Memory Pool Memory Pool Refreshing

3,943 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (849,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,517 59,517 0000000003b901f5dab6ddcc99f812fce3aee88d0a8b1784ab4ae9608caa86cd 0.00 MB 1 0
59,516 59,516 0000000005d2bb9951d09183543c81683750631b88ba88e75fb2e2fe7b431e2d 0.00 MB 2 0
59,515 59,515 000000000c9d42305f608f042bf5049ba89e6a742859fda09707a1565beb0684 0.00 MB 1 0
59,514 59,514 000000000998cf233e2ff913c35fe16d291dd6a6681adf800cd20ab2888aac32 0.00 MB 1 0
59,513 59,513 0000000003e82c6b1074871084d6bedc553e94ca64c850746b4da233e6061318 0.00 MB 2 0
59,512 59,512 000000000283e3d79f25d156f5fc5c643308fb4db285c5c5e3d7fcc61b69877f 0.00 MB 1 0
59,511 59,511 0000000006416c24c19e6396df460f17c0d57000ade53f7e3bcbf94cdfa4a3db 0.00 MB 1 0
59,510 59,510 00000000008cca76d5eb080f2a22a4ada8aedc6fe088172dd9f0b3c19866a6d7 0.00 MB 1 0
59,509 59,509 000000000eeee1cc3d9eff682b5aebba482a4248588d0c4304f3e97374aa6f98 0.00 MB 1 0
59,508 59,508 000000000f20a1bc1b37ed662ecd541fd37dc10078f2d017de51332a540bf18b 0.00 MB 1 0
59,507 59,507 000000000a7b4339bc2883d1e7cf01a88c5782c80a319362614335fc4370c9df 0.00 MB 1 0
59,506 59,506 0000000005de5cf86d51d816168fdd5e5bb4baf8e317a8966bf7e496039182bb 0.00 MB 1 0
59,505 59,505 000000000bbd7197b3c92b558500a3afe2a5f053d92267bb53170511967a6296 0.00 MB 1 0
59,504 59,504 0000000003c93f35f7e02a2c07ffdf2e40f23c900b963e49553a6080fdf03819 0.00 MB 1 0
59,503 59,503 000000000be629c7f83850270ebfef3e403e0883bda7e93d1f6856025750c800 0.00 MB 1 0
59,502 59,502 000000000e58d0b24a8ac96d29e9fffdf1fcce48ae1fec7b42b28061f2025cf0 0.00 MB 1 0
59,501 59,501 000000000d111de83e0873c8d643d8625d43691cddf199d075ba75ea260e978e 0.00 MB 6 0
59,500 59,500 00000000096af43105123c499521e1d131d172e7e1bf2ed0843290a921f1f6a7 0.00 MB 2 0
59,499 59,499 00000000023bbab0e78a22d27fbd2d0cd13f8302fb3f560138e0e81d087ac7a1 0.00 MB 1 0
59,498 59,498 000000000e4c51dadeabb1cc42289c6667af73082eb5176755c262306818430e 0.00 MB 1 0
59,497 59,497 00000000097f52a69f9b240363ffe84c47cb9b0fa0579371f05ffe1e5e3947f3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.