Memory Pool Memory Pool Refreshing

5,628 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (729,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,392 178,392 00000000000009e055a6f03aa4219e20af313c44f26bf843b0409b3d69485d7d 0.00 MB 8 28
178,391 178,391 0000000000000972ac7f2282a1a3a32d4275fab4b1941dc5ae1612faa0bb7432 0.01 MB 27 143
178,390 178,390 000000000000083663f68d495f3b50923e552e49cb1fab572c9e3394b932fb7b 0.02 MB 51 90
178,389 178,389 000000000000035024efaf5e4ea4cc1e659bfa3d04bd0194a5309754ededed4e 0.00 MB 10 16
178,388 178,388 00000000000007df3f989f8b0a6543b5fa8b16703568c14900b2170f0b10ef2c 0.04 MB 92 324
178,387 178,387 00000000000005ed9ebf0f27849056c8879e5061fb52bb42f06a9dfab2d6c283 0.00 MB 1 0
178,386 178,386 000000000000050564a9577bbca2ba582c6c6482d467f7ca8a01ded529286a2e 0.02 MB 56 118
178,385 178,385 000000000000081e8d78dfda44be15e23a50953275aa7b631392d6a83c429ddd 0.01 MB 33 173
178,384 178,384 00000000000007dd50ff333ba3747a49efdef567ffac6d181a53de7a0eba8a22 0.02 MB 40 113
178,383 178,383 0000000000000391a4a79a9c24a15d5458081e36edc1919f85bd1f22fba25f37 0.05 MB 156 570
178,382 178,382 0000000000000838a5ad6300b008e05ea1ce9e195afae79f9aa83554798e5129 0.01 MB 20 49
178,381 178,381 000000000000023fd2d739ddcd1838e8eef6b66ce18f0e4eb28c6925cdfb36bb 0.04 MB 98 134
178,380 178,380 0000000000000097e9a9bc49d256878a148299c49a0f8c290b81765a05192ff2 0.03 MB 74 192
178,379 178,379 000000000000081e37c8a09263015ae6080476a81f7c10b45e64db64a2aa7e01 0.00 MB 12 0
178,378 178,378 00000000000006068d126d6963d786f2a5cca647bcf8351a03948c53b4ce0992 0.03 MB 86 180
178,377 178,377 0000000000000028890d22a2ddcdeee862be1d3fa9ed79f35b1cec2ba7d70efc 0.02 MB 51 97
178,376 178,376 000000000000015468478c9c89fdce8552755584c282a16c6095143aece853b6 0.00 MB 7 160
178,375 178,375 00000000000009cd5d3557b56a03dc93d431a83d46ef24b380441f706a767422 0.02 MB 43 90
178,374 178,374 0000000000000b1d63631f3d72551329b596e4c333ac56c4f2600c91db12e162 0.00 MB 10 35
178,373 178,373 00000000000003ac71dd30334bb953245dfa916778bcd1874b65336b802f5e9c 0.03 MB 128 13
178,372 178,372 0000000000000a1f768623e526874176374ac1c9b51ddebe508b198696e2babb 0.06 MB 138 346
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.