Memory Pool Memory Pool Refreshing

2,182 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 867 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (766,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,226 141,226 000000000000049a9ea4608b37cd8ee0a675815dd110ce27a360c9bd49845c95 0.01 MB 29 358
141,225 141,225 00000000000008daf0bd94ff98df46b9cba4f63754d43fbf941cfb3c151a5172 0.02 MB 60 177
141,224 141,224 000000000000019a0ab2a01df7dd36ab8334a2e4410e8f0ad887b508c76c590e 0.04 MB 97 222
141,223 141,223 000000000000079685cc8a6dfc12db004c983fd8d6a90e55af84842055b4b3b2 0.01 MB 26 192
141,222 141,222 00000000000003a2232d868ba2f14d9d8386ad3df5e8292919c23aea8e9195c1 0.05 MB 126 93
141,221 141,221 000000000000041824dddcaaba2f96ecdee316c37b39e83305b89a7c40282448 0.01 MB 15 670
141,220 141,220 00000000000001c06621066cb1e8de6b6cae9d6686b73c8b2be24a21492e5626 0.03 MB 72 317
141,219 141,219 000000000000023f72ae0bd2b67e482e9d1a056da4fd1651e92ebfb3b60b2a16 0.02 MB 45 291
141,218 141,218 00000000000005f8acaa1e11a642138fd2633ac121a063e07afaeb92c1d20595 0.02 MB 42 71
141,217 141,217 000000000000016c551ffe18b0b50fc181dbed725bce2f9ef9833877ec1b9be3 0.03 MB 60 180
141,216 141,216 00000000000000cbf5f80884de00e065ea3aa1a399fca0c3e5cd067c1f614b0c 0.02 MB 88 43
141,215 141,215 000000000000036a72e8e630723edcbd0375fc08f1cef860014ba6fa518bbb4f 0.02 MB 36 66
141,214 141,214 0000000000000652f96bfe6fc8f0599ca0a6ddff39afdee1755daf31284ca751 0.01 MB 25 110
141,213 141,213 00000000000005daa03ac598c4851b9ad19c255886a9ab9bd13aac7d9cfe2acf 0.01 MB 12 392
141,212 141,212 000000000000039b188af638f2abb4894237e8dec9b541b6cc25f2767b0463c1 0.02 MB 39 371
141,211 141,211 00000000000007376a589813f2e0473f291199127e86254ba64fab71cf7f27ff 0.01 MB 21 99
141,210 141,210 00000000000004b647192275840ff27f1baa67d34637bc10c58af7ce17aa42da 0.00 MB 13 12
141,209 141,209 000000000000042fcaa8656a9e44f65b3b953ab04cfe797df5bfb4d064c07e8a 0.04 MB 130 1,839
141,208 141,208 00000000000002ed9c752e30fd69d5c319b32df811285902cd3d439731ea136b 0.01 MB 35 102
141,207 141,207 00000000000002553560719a3c8ca9e7be3f7a85e361fefe2b9ba87c4eb6b2fa 0.00 MB 13 196
141,206 141,206 000000000000071767f8e1a158db2dc37ab411d46b25b9bc9040b69c8173f0e9 0.01 MB 15 188
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.