Memory Pool Memory Pool Refreshing

3,045 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,037 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (469,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,466 438,466 000000000000000002c18c8cc3b7b6e2c6d664658b68ba610aacdef29a81bdf4 0.75 MB 1,950 71
438,465 438,465 0000000000000000022d99f368245d8d4937fa6133520ec9987186e2006de272 0.25 MB 510 62
438,464 438,464 000000000000000002ffd8945fb53d1a864b68293b37068c6696ee4e81c48d96 0.99 MB 253 5
438,463 438,463 000000000000000003fef718813f4a95f1a211c2ce057c1ba0ccc4b838ccde51 0.70 MB 1,698 49
438,462 438,462 000000000000000001c327fbb0c056188bd0ded5ccb813954bde22b488685bd8 1.00 MB 2,229 68
438,461 438,461 00000000000000000400559aaef195f2aca9d92ddda9f6fa51971acf0a08a2e0 0.43 MB 1,054 52
438,460 438,460 00000000000000000245092a9aee0852fa6118ee969b9b1bfb014287e8a89c39 0.36 MB 899 61
438,459 438,459 0000000000000000005ad563a1250d31fc02dfc1477c84beec2c288a9611c7d5 0.61 MB 1,354 59
438,458 438,458 0000000000000000029ea823e54bbc26e4e24d8da0768f15ca6991b4db6f0bc7 0.23 MB 588 61
438,457 438,457 000000000000000001decf071a4b06494419f7c0b926d084bd44bd605fbd8a3f 0.61 MB 1,317 69
438,456 438,456 0000000000000000035370512f1f32e3476339402e29895060c319d0c6d710b9 0.83 MB 2,128 63
438,455 438,455 000000000000000003a4e97a13d2cf360fe144f5ff4dfe25d99cedb93f2375cf 0.04 MB 137 29
438,454 438,454 0000000000000000016fe906f4a3f77e97ecf986d2316c53c647fbddde654b8c 1.00 MB 1,833 75
438,453 438,453 000000000000000000d49bfbbf58f41d117c76fed861a0f29499e98b2934d9d5 1.00 MB 1,773 49
438,452 438,452 0000000000000000000010a32d9196acb66d4b91b4a23a79cec184b16122fa78 1.00 MB 1,370 31
438,451 438,451 0000000000000000039d97bcd471bb05542a0b43d3e22be7b9151c04e49fcab9 1.00 MB 2,813 78
438,450 438,450 000000000000000002e8c4b096a44628d576688934775045723bd4959466a869 1.00 MB 382 8
438,449 438,449 000000000000000003f317abcf9406fbc73df6cb6f48fe88bec3fe62255c663c 1.00 MB 2,603 73
438,448 438,448 000000000000000003b3cc80636cf4bdc8b7e0aa22af563df4bcdcba9d7d22a1 0.02 MB 40 66
438,447 438,447 000000000000000002e9faa53ca95ef67ebe550b28334fef0c93c78990f8043b 1.00 MB 1,803 45
438,446 438,446 0000000000000000042123642a2b37c0b0c115f3305a8562b1056a6975563367 0.00 MB 9 246
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.19 GB sent, 93.28 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.