Memory Pool Memory Pool Refreshing

9,066 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (401,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,108 506,108 00000000000000000056a05f18dec4a5bd54eee55b00636031b210494a028320 1.02 MB 1,039 121
506,107 506,107 000000000000000000075750b9d433983830f4560044e4977b10b100668e6509 1.04 MB 1,624 108
506,106 506,106 0000000000000000003214b15321a9198a3ff583ea140d5dcc6ff01e41b6c4cc 1.10 MB 2,417 247
506,105 506,105 0000000000000000001b3e4476ca48bb74276c87577b0489b09a51e6d4eea7c6 1.04 MB 1,638 163
506,104 506,104 0000000000000000002206d5d71643ee7cb057a6452ee23e9d0e66147213b7a6 1.00 MB 503 35
506,103 506,103 0000000000000000001e5d35135de513617c8b714a92469032335f208b6e06ec 1.02 MB 1,850 100
506,102 506,102 0000000000000000005e6d8d388c7c746682b75a4c19954bedc2fa2e862f2c9a 1.01 MB 1,448 28
506,101 506,101 0000000000000000005516c78f418af5c615cc43d9fb3ff6360d01a1032fd387 1.05 MB 2,117 155
506,100 506,100 0000000000000000001afb2dc6de08d0279fb3c67b9557d62e33dfaa547b41ca 1.09 MB 2,157 184
506,099 506,099 0000000000000000003c28b27be01121a03d6da0d9c7daf9ad30e01546963e94 1.05 MB 2,210 199
506,098 506,098 0000000000000000003e0ca4a3df2f64a4b9ae904fb8617e67a295f5a1089789 1.02 MB 1,659 56
506,097 506,097 00000000000000000033d85797c5e50f439952bbd7e3842fd0c5956ac19cf2b2 1.09 MB 1,505 95
506,096 506,096 0000000000000000000396b4e119f48e716c93958c5e6b856ef8acc6f0c58df5 1.15 MB 2,072 240
506,095 506,095 0000000000000000003f857962a627e0b95514869e9290de35245ee39e1f11b0 1.18 MB 2,469 293
506,094 506,094 00000000000000000036ec6a1f7fa0eb14d956713094b65732c771e9e568cbf3 1.08 MB 2,592 241
506,093 506,093 00000000000000000030fb257ca7e4dc1aa6ec771528da83ae37d0cd589ca17f 1.06 MB 2,662 201
506,092 506,092 0000000000000000003ec3ffb245124215d9e7048db310fa126ba400775a4a93 1.04 MB 2,344 204
506,091 506,091 0000000000000000000c793f24ce43210540d307143207c7b73296663761fbb4 1.04 MB 576 25
506,090 506,090 0000000000000000005aaf1700f82e78ce121228892b6f7c99ac4598388bc8f3 1.08 MB 302 25
506,089 506,089 000000000000000000470a1238373cfefb69223190a3d88b53216f7f66fc2399 1.07 MB 2,301 136
506,088 506,088 0000000000000000006bd487c8b1d4414986b5588f75522f93cecf196842affa 1.08 MB 2,550 220
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.49 GB sent, 94.37 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.