Memory Pool Memory Pool Refreshing

8,945 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,523 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (2,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,110 905,110 00000000000000000001c8f1ed0e8de3a5536c6f754d30568ae2129c7e4179fb 1.62 MB 2,769 4
905,109 905,109 00000000000000000002270cb2dfd5567845c7d76195f46824b0f6f2693441b8 1.70 MB 2,413 3
905,108 905,108 00000000000000000000e9900f08f6dc109762d09d4d0b31b8ece5ab35a5401e 1.83 MB 2,163 3
905,107 905,107 00000000000000000000166648351c3402e05251a5d5d372c83805a49d2751c0 1.87 MB 3,666 1
905,106 905,106 000000000000000000022ab6bbc49a8a2bd3bec6a5d14d5bdb3256b4625763bd 1.43 MB 2,135 3
905,105 905,105 00000000000000000001c829a3334152869d0b9bbec5a1a3f9541e4884bb13d0 1.58 MB 3,718 5
905,104 905,104 0000000000000000000248174bf0695308106c5324a63f250f751d09a5e5c88e 1.25 MB 1,096 2
905,103 905,103 0000000000000000000201436603c2b3d408ce3d5baa147c28b490d62985beca 1.52 MB 2,119 3
905,102 905,102 000000000000000000001843cd8711c33e2f1bbbee4edca6ce962dc57ca1418d 1.66 MB 3,771 6
905,101 905,101 00000000000000000000dcbc4721b58d51b12ece881771cf71191ce8321f9977 1.72 MB 3,106 3
905,100 905,100 0000000000000000000066bbd8757dd02f92428c11770d15d2fbeb5fbaef36a4 1.66 MB 3,136 3
905,099 905,099 0000000000000000000010289fc54c14c86c1e34ea824af803622be1475f386a 1.84 MB 2,692 4
905,098 905,098 000000000000000000022025ebab2a1138eef05a9b83f2a0ca6833098007c0b3 1.59 MB 3,941 6
905,097 905,097 0000000000000000000126cd8b75986b6dd65ef7cde8998448c7e1a7250ff212 1.57 MB 3,939 9
905,096 905,096 000000000000000000008b14bad8589ba446b14ed9534525d4fe2795e323e6f9 1.56 MB 3,584 8
905,095 905,095 00000000000000000000e7af471b859d2a87a0b5e6a96a365e89d4495d09fbd0 1.61 MB 3,775 6
905,094 905,094 00000000000000000000298e1e850ca05f6c3ae7459ca72e32d00694c5f665e7 1.60 MB 3,857 8
905,093 905,093 0000000000000000000143ca4eba71514270fbe54e26724cf6d56f91dc7f9871 1.58 MB 3,616 5
905,092 905,092 00000000000000000001206ae0b6c7cdeb5a78efa0d7c2296b01703ae52492ba 1.67 MB 3,410 6
905,091 905,091 0000000000000000000260730f29b5094900e539654fb3337665b464912bedb1 1.68 MB 3,342 4
905,090 905,090 000000000000000000003ed4a37d0591dea75e1894aa55e21d85ce4525542620 1.58 MB 3,572 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.19 GB sent, 93.02 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.