Memory Pool Memory Pool Refreshing

3,523 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,717 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (406,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,116 501,116 00000000000000000054ec49117d6171e792e380838fdc0705f7302484fbc9bd 1.06 MB 2,064 777
501,115 501,115 00000000000000000054fced3c35f893341a9c3f2b32ce14b27e9de8fe1d1021 1.08 MB 2,203 578
501,114 501,114 00000000000000000003930d7ed8ec50a85a579c9ef32edc02353b314225d590 1.06 MB 2,285 755
501,113 501,113 00000000000000000042e6332b817a34ae3506a2c509368f2e405861e5ee82fd 1.05 MB 2,135 917
501,112 501,112 0000000000000000000f6efd70677c22dfbf810b12477c060026aca0c4c3ddde 1.01 MB 499 152
501,111 501,111 00000000000000000026d368e3b88634cf3f324993097155722289f7a7853c98 1.09 MB 2,163 543
501,110 501,110 000000000000000000120ad3e8f2248478378f1eb1e01ff54733a3a33ea5c7eb 1.07 MB 1,184 272
501,109 501,109 0000000000000000002c978c6a21bff6fa723ccf851f953c545cbdc7bc216d0e 1.07 MB 2,222 551
501,108 501,108 000000000000000000785e3fde6312d354b8a7bb03096f5c6972ea880fdda39b 1.02 MB 1,157 275
501,107 501,107 0000000000000000006be77c336c0edf249829b2859f44707583dfdb6ed5854c 1.02 MB 418 161
501,106 501,106 0000000000000000004922d7b1aa6862e7877f7da4f2aa9e41aa12828199a38e 1.06 MB 2,223 553
501,105 501,105 00000000000000000066e50b6fbda540e08b93a0b24fc9cc14ef885082e86006 1.03 MB 872 122
501,104 501,104 00000000000000000032a547beace10924cf7671c1a1f5a029d8d7ca118ef71a 1.05 MB 1,962 482
501,103 501,103 00000000000000000078877541023aa108d98ef1eedc162c63b38c652357bf56 1.09 MB 1,903 642
501,102 501,102 0000000000000000005de468bce47f4aaa7d160c7ab35295b2319e43241d48b2 1.02 MB 690 249
501,101 501,101 0000000000000000008b53a63f593643bc50d6dfd21009607cb24cab77dee249 1.00 MB 724 116
501,100 501,100 00000000000000000041dfec7b9c92c6f53a321e114d14fb24445a9cc7acdebe 1.06 MB 2,060 475
501,099 501,099 00000000000000000062369508f009cf2e24d34d2d9fda5c24d5a7c716cbaf87 1.05 MB 1,920 573
501,098 501,098 0000000000000000007b3c432c6ef87bf1e0fbeec13123c604d8d131ed8260fc 1.07 MB 1,350 249
501,097 501,097 00000000000000000036e21f09ebd878e90e1f8c8d43260ec9e40d25efd43f5a 1.07 MB 2,135 770
501,096 501,096 0000000000000000002ea679cc09a1c406310debfbdad0db6b1ee0a02e56cb42 1.01 MB 1,247 173
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.24 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.