Memory Pool Memory Pool Refreshing

4,816 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,649 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,185 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (832,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,511 76,511 00000000006b293e4b917e856156a913df13d180aee5529fb1302edd3cb04007 0.00 MB 1 0
76,510 76,510 00000000000078698d508af8846c0268311c1bae893e58bd27b4a43624caef39 0.00 MB 4 0
76,509 76,509 00000000005b87c26d2a0de186c9278c2e907d7f22b8ac5a58b5a683a0ce680f 0.00 MB 1 0
76,508 76,508 00000000007db4e5d0ae361b7866a7b99794b896e2f9046f752883f25c250248 0.00 MB 1 0
76,507 76,507 000000000069a94ba8d29917f928852a4fa1d40ac03fd9e76940ccfcc849d849 0.00 MB 2 0
76,506 76,506 00000000003f91c2436a8ecfe43a7b184576cea65e0f2734f8d01682eaa93d76 0.00 MB 2 0
76,505 76,505 000000000050ae011412e10d109773b229812907c4f11aa0d76ea504b55ff51d 0.00 MB 2 0
76,504 76,504 00000000003e32798f01fff20a4b5c08c3e665c23ac934f89f8c9f06ddfa2883 0.00 MB 4 0
76,503 76,503 0000000000281555e051972704fba4e8cfb39ae738282c902b16de4b6fcf4ade 0.00 MB 1 0
76,502 76,502 00000000005c4974fd15df7a212d371a2a051b7302ea46f4245d1e9f229cdbbb 0.00 MB 1 0
76,501 76,501 0000000000243d4ab285b58d11efe641509d9ad1ee4095c60f631d59aae8a9ac 0.00 MB 5 0
76,500 76,500 00000000005885e1e1b8c3d1fd2409d91cdde99be71d13874260ebb702f665f0 0.00 MB 1 0
76,499 76,499 000000000015e5d9057b2e2f4af7371f03fdc0a496876cb63d239353baa6557e 0.00 MB 1 0
76,498 76,498 00000000001ec035b4b3c1d7cf59637cd69eadc6fa67a44f48d46b5776f2c0be 0.00 MB 1 0
76,497 76,497 00000000004221c68ff0fb2c9e7328e56d1f43f8f0ee52773934048f5fdc9897 0.00 MB 1 0
76,496 76,496 00000000005ed94804a3b0c656c6a993dd592ffb9f41dcbab1ce1eabfc2a61fe 0.00 MB 2 0
76,495 76,495 000000000066b5a4e9611029bf693b797f78c7196d26dd1b1e76c81b311b5936 0.00 MB 1 0
76,494 76,494 00000000000aa900591d90d734bd45f824dd83bc9ff556c1d5dfc3ecd5439d82 0.00 MB 2 0
76,493 76,493 00000000006a949b3e47b1f7f311075e1460afb0c924afd9b7dbc80ab828d411 0.00 MB 1 0
76,492 76,492 00000000005aafefbe8b800f4ed69d2002dbece7227d8ccff25957a74777acf0 0.00 MB 4 0
76,491 76,491 00000000003eadcb175212b04b8a6561ee9ee3e33d4d37f4294b540816846547 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.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.