Memory Pool Memory Pool Refreshing

2,712 transactions
0.89 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
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (487,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
420,621 420,621 0000000000000000003c0486cfa376833f76df72d9e06ba9c86c26067ed982ce 0.00 MB 17 139
420,620 420,620 00000000000000000151922ccfa05c6a0f76c1cdb3818dba0a69d925992f0a3d 1.00 MB 1,524 45
420,619 420,619 000000000000000003bf57c55a1c0b1db6f211e5fe6f039842723d2d14679dcf 1.00 MB 1,619 45
420,618 420,618 000000000000000000aff0a6a2481ddfbef1d52115ef7ba422abb668040a4dc1 1.00 MB 811 29
420,617 420,617 000000000000000001dc0ea1b64c96cee23f52bf54162222b4d216fad6873f2c 1.00 MB 1,611 47
420,616 420,616 000000000000000004327bfb8812da8a8307e7136198e3a84d6ea017422517ca 0.21 MB 468 72
420,615 420,615 00000000000000000167496242bcd2047037690982a8082098dda1e34e3056d2 1.00 MB 1,528 44
420,614 420,614 000000000000000000d44e8a82ec4d890d45a2d6add50f91dfe3f9769bb97600 1.00 MB 2,043 53
420,613 420,613 0000000000000000047b7a36bcf178489db7bde914182587beca88ea9ebf73c1 1.00 MB 2,781 80
420,612 420,612 0000000000000000051007411552d28a78ed0106519cec5f432f375331af9b6e 1.00 MB 811 30
420,611 420,611 000000000000000003b90879eee10f477d628ef24016811d777d68d8ce63ab5c 0.95 MB 2,541 69
420,610 420,610 000000000000000000c8f34fd9d5defdcc4037f3303f1ad321d7ebb15b87ce98 1.00 MB 1,608 40
420,609 420,609 000000000000000004ca5e888daac1616b1699f0f7be2119a99b94ef84653d32 1.00 MB 3,043 77
420,608 420,608 0000000000000000041eed277225fdb3669f051b09fbed1ad63d63062b70017e 0.99 MB 1,170 39
420,607 420,607 000000000000000004408400983a8c23c9a358aaeacabc7ee9f38ef80430ad37 0.90 MB 1,240 29
420,606 420,606 000000000000000002f98ce996adb9a531b80b74bb2531bb9d36ea9d04a1a90d 1.00 MB 1,174 37
420,605 420,605 00000000000000000272909076416bee90c7dd6da0eba77806b6897912685e36 1.00 MB 1,455 40
420,604 420,604 0000000000000000002a5579f6537034df9b451ba03f73ac551ad634b1fa9294 1.00 MB 1,381 38
420,603 420,603 0000000000000000010c861e21e406533a402cc894b88f667c991aa53e2a3499 1.00 MB 1,476 38
420,602 420,602 0000000000000000024e15f6044f859982004cb9a05716769d0f8512096cc1bd 1.00 MB 2,602 67
420,601 420,601 000000000000000002a77e57cddc1abd681f06e86f0d0dfa6d13fab6886dba49 1.00 MB 2,510 67
Previous 10 blocks ↓
Total Size: 769.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,629.44 GB sent, 93.43 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.