Memory Pool Memory Pool Refreshing

1,624 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (894,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,851 13,851 000000000940a093c72d26bf915720fbb1b20c68eab7bfea1d55a36b23d637be 0.00 MB 1 0
13,850 13,850 000000003f872af92992d12a701b0212f93eb0cb751de415bad231fea47a4394 0.00 MB 1 0
13,849 13,849 000000000f691ef227bb909c847eb06a67f4943061c82f09f5db505266ba18d4 0.00 MB 1 0
13,848 13,848 00000000c6e518f930c3a1ad0b9200894b7544a98d42ece21adaac9737f2bd22 0.00 MB 1 0
13,847 13,847 00000000ec88ce9d6e977d66bec3e9d011c3320b74b208a5d5486374847b4b4f 0.00 MB 1 0
13,846 13,846 000000002555d1503bc24f02019cf24d3e3746a4846b5d27b2586c71e9eefc01 0.00 MB 1 0
13,845 13,845 00000000cb9f98c38858f019f406c81ce0ba72317b8d8d59077550999c374823 0.00 MB 1 0
13,844 13,844 000000009f157be9a582b8ff02d34d28bc575536303646a520d8a7861cc57b48 0.00 MB 1 0
13,843 13,843 000000009ff477c58ba13d92aa8e4f2d0e1df9dae5be14dae4468a8ca89d0e55 0.00 MB 1 0
13,842 13,842 000000002e607d8d09fbe8d224c1be86cc8fbac0eedd128c0f05dbea09f77d42 0.00 MB 1 0
13,841 13,841 00000000ed132a88ab092debd68996833b8314b7719169192e17b8eecb3ccbcb 0.00 MB 1 0
13,840 13,840 000000002f77ff67ad268b62b0198bf4e99172cda96e27f3f27159451cc71439 0.00 MB 1 0
13,839 13,839 000000006df8f109a851d2e6b4ed0e3bd01dfbf13d4e5bfee3be6a56a2dfe57a 0.00 MB 1 0
13,838 13,838 00000000249fc71b516db92e4733a7dab2dc8976ba6c9cd2b894168011d51a93 0.00 MB 1 0
13,837 13,837 0000000076aa57bb064c645028b5934257275fc47b756b2d3cb7db98f39c7bd2 0.00 MB 1 0
13,836 13,836 00000000ae6a6202fe1a0ee15aec17617602518c29a48a8ffb12053e39a8842c 0.00 MB 1 0
13,835 13,835 0000000072f399ef26d23ea5c73a3236d29502fa08e3826c5f788a376f9e41aa 0.00 MB 1 0
13,834 13,834 000000007f0146d6cf6e57cea05a34caa5bf3e4bae46d1c3fbf6b6a29cd6fb8c 0.00 MB 1 0
13,833 13,833 000000001e316d3655b01c14545f8ea8dc102bbcfdb45ea85f089676d56a10f3 0.00 MB 1 0
13,832 13,832 00000000960b16f378a2a4ff86c3b69540708d9632402f69a6dfdf0815f7a731 0.00 MB 1 0
13,831 13,831 00000000775b29529cb738b90498e475456635f41a9484b1eec4c5920245f97e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,850.90 GB sent, 101.33 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.