Memory Pool Memory Pool Refreshing

4,727 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (352,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,337 555,337 0000000000000000000fc4471f1e57ddb57fbc3e081d9d99644841c0e2721c29 1.30 MB 3,052 33
555,336 555,336 00000000000000000006993dc84ff0c8d8cac15ab4140cf08b9235c5cf69145b 0.96 MB 1,457 1
555,335 555,335 0000000000000000000d1ba6540a116af7900a42c2c9061db7c57866aad3e64c 1.19 MB 3,179 12
555,334 555,334 00000000000000000011d763d2ab507cbf32da19d61562e89d1d8aa82d733dd9 1.18 MB 1,894 18
555,333 555,333 00000000000000000002d4294892362196fcc3ebe8733ddc6eecbe70566f1380 1.28 MB 3,226 27
555,332 555,332 0000000000000000002cbcb04ffad6a88779362776b646822171d708f1a25be9 0.01 MB 37 19
555,331 555,331 000000000000000000011a29140cad2c973dbf64fe92f4d6b31a401d24a63af9 0.72 MB 1,006 7
555,330 555,330 000000000000000000295b8feb96a89b8dc2210d5cbeac9016bb1391606e74dc 1.16 MB 2,918 13
555,329 555,329 00000000000000000010b6570fd663379c916418505afe2d86bc156438ee160e 1.11 MB 2,251 10
555,328 555,328 00000000000000000018ae68ae1c7a697785e6044d6626e11825be43974993b8 0.94 MB 2,468 13
555,327 555,327 000000000000000000096878fa68dde5ba6188e1f3fc26681d7d4fa40d374639 0.10 MB 136 19
555,326 555,326 0000000000000000002c36928469be7a24f4bff42a93bfec1cd153195ae4ba77 1.02 MB 1,494 6
555,325 555,325 00000000000000000019f8f968ce4679d69749e3a491ed10f2e714fb6e555260 1.05 MB 3,156 4
555,324 555,324 00000000000000000027719e70243af815cf51197463b4c8e4c903943f0c8ed7 0.28 MB 643 29
555,323 555,323 0000000000000000000062c6850212dd7b2630d5165ce63641d50f7145885c52 1.08 MB 970 14
555,322 555,322 0000000000000000000b322a34921ce98ee35b17e23df692da1147f292f7d314 1.20 MB 2,002 26
555,321 555,321 00000000000000000032159b08b8276fa427575d3b73f2bc90e714f14a5a408e 1.05 MB 628 12
555,320 555,320 0000000000000000002f4f7c0576c432da8be193760cd21af11a6ff7028e929c 1.28 MB 2,981 29
555,319 555,319 0000000000000000000f18640e65d569bd2c7769c2a37f930419b3477808d6b5 0.55 MB 876 7
555,318 555,318 000000000000000000236cf2d8cb7c95c9f422157ce987bfb92be422401ecb4b 1.08 MB 1,843 4
555,317 555,317 0000000000000000003716971a5b2e6afec4be0085bdd99fdfdce875f8405587 1.06 MB 1,910 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.