Memory Pool Memory Pool Refreshing

3,307 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (769,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,083 138,083 000000000000091fa49a8ca713e8a4d8b536d12f96d408ec6c375a1e22c6c129 0.00 MB 6 1,120
138,082 138,082 00000000000001267e543ef84ea706dc8681da4e76697e645f9033ae272541a1 0.01 MB 9 176
138,081 138,081 000000000000045a89c2a8ce5dca3966d3fb0282ba8284e9d0e4a0076280d546 0.05 MB 112 80
138,080 138,080 000000000000061d1f0537155769688cddf6ea9b8934af2ea9f5e8787134dc1d 0.01 MB 19 202
138,079 138,079 00000000000006408cdd44c9a2471bed1599569ffbda6d5374f38dec934260bf 0.02 MB 39 287
138,078 138,078 0000000000000633603d310ca301c56cc237f71a826512ab4d29eee6e8f293f1 0.05 MB 108 245
138,077 138,077 00000000000007699c141ec5f94b5629255dcc4f4a9f4a852b54bf8131dcae0c 0.01 MB 21 165
138,076 138,076 00000000000003563c6333ccd3e4ae610e07db742cb165f6209f87c07134a35a 0.02 MB 27 129
138,075 138,075 00000000000001af2e932f0dc4af2a2ed27ba9d4e676d4b6e69d57ffbd8412c9 0.00 MB 6 930
138,074 138,074 0000000000000444c33dbc76604015022bc3be7ede8adde1b0abdb813cad7740 0.00 MB 12 40
138,073 138,073 000000000000066bfcfd32c9a8d15edd88c937b8f74dad059c8486798cfae5a0 0.04 MB 58 161
138,072 138,072 00000000000007dbac269fb4b8803592f17e18f296d9a3a13000c5bcee489c9e 0.01 MB 19 619
138,071 138,071 0000000000000413f07fbd6b3f12cf9baa23d4990897034048ac63041d232340 0.00 MB 5 26
138,070 138,070 00000000000002faf3b756c7bcbb0df3a700a50dabd65bd3b93e8619ea63490c 0.00 MB 11 71
138,069 138,069 00000000000006b97b2b9bfc6cbcb8c278557f46d2c8da4751141d76b75977b9 0.03 MB 92 63
138,068 138,068 00000000000006b51241e903fa5897ecbe4be3a6dc5059a3b696238136d2818c 0.03 MB 47 211
138,067 138,067 000000000000054e66b30d81d7ba0a56fca5318f46e085be4a6d7599da1f4059 0.03 MB 49 70
138,066 138,066 00000000000008715e52227b3bae0e2aa6c3f35ea6cecad0237e56daa67c15e2 0.10 MB 60 93
138,065 138,065 00000000000002a420b81d0ac89beaf8c560a1441d5ae3875c68c7eafce6568e 0.03 MB 38 300
138,064 138,064 000000000000023ec45110b1837cce7a07b69123805c26daf5b3f8181e02bbc0 0.01 MB 29 127
138,063 138,063 000000000000025c6758e3d06976e7a5bfe3609b1c671f150c09b506f7686449 0.01 MB 27 98
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.