Memory Pool Memory Pool Refreshing

3,812 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (308,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,382 599,382 0000000000000000000a4e8705e7a5f360b36d549648d4bcef3a17a0624da157 1.33 MB 2,702 17
599,381 599,381 00000000000000000006563eefddcdef1dbf2500c6b62a4718e4e98079360fdb 1.27 MB 2,789 16
599,380 599,380 00000000000000000003347df6f7f6a9aca477d1039e9aa8909f9ce1de0e62f2 1.29 MB 2,678 25
599,379 599,379 0000000000000000000cd722510b42af442acb2d112094266577f0d881846835 1.36 MB 3,266 43
599,378 599,378 0000000000000000000a12a2c6a68d0b43e8f00132fcab5bf92945644faec18c 1.34 MB 2,520 11
599,377 599,377 00000000000000000002b9d296e20178617a2f03798b14fce33065704a2d413c 1.04 MB 2,706 9
599,376 599,376 0000000000000000000fc08b8f77c6102dc04eb764abeddbca483106654ca02d 1.26 MB 2,134 21
599,375 599,375 00000000000000000014299a4d0d8e44acb1417483df7ab6c7c0c2516cbbdcb1 1.31 MB 2,804 23
599,374 599,374 0000000000000000001569a85a45316a99b6c7e802ddabf946dba474f8d35d87 1.46 MB 1,946 28
599,373 599,373 00000000000000000009a6c9b0a514017b57f7c8b712a1aca1c8d63c052db71e 1.39 MB 3,272 23
599,372 599,372 000000000000000000115399bdbed5851beff93c20719f073595a377d2dcf4d3 1.47 MB 2,029 29
599,371 599,371 0000000000000000000bf65198f7785090da5a14c3f5835c7fd2bf4176cd22fe 1.52 MB 2,084 60
599,370 599,370 000000000000000000061318f677c3bc192384448f4b37213fd5174c7c22318d 1.11 MB 2,342 13
599,369 599,369 000000000000000000072fba52525d41f987bf16f32387709ccf9a1e7b9e83f2 1.31 MB 2,901 30
599,368 599,368 0000000000000000000c6941bd8aa0b7249c24a3d4d2ee41600d53d033b0cf00 1.31 MB 2,900 33
599,367 599,367 000000000000000000016012aee27a7336cac822675f5daf78bd8aa6f83e22da 1.25 MB 3,114 25
599,366 599,366 00000000000000000011d1236a408e1f0fda2da3a8ca35d4b6fdff855bb98437 1.19 MB 2,813 14
599,365 599,365 0000000000000000000846d86e26c9807806679a29415f088ed10a2868fdcadd 1.35 MB 3,102 28
599,364 599,364 00000000000000000007b40061cc9266965fa852f36b2db63ca1e42e0c224ab8 1.31 MB 2,830 39
599,363 599,363 00000000000000000005db544eefc70743495dad97631bfaf6e8be990ad6051a 1.32 MB 3,432 25
599,362 599,362 00000000000000000007c185c9d85b0211cdee31bf5599a29ac506a895d75d79 1.28 MB 2,540 26
Previous 10 blocks ↓
Total Size: 769.56 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,649.36 GB sent, 95.76 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.