Memory Pool Memory Pool Refreshing

7,545 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,660 (194,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,127 713,127 0000000000000000000702eb84d988651d53a9b2dcd10d22bb582c00c22f79bf 0.64 MB 1,225 9
713,126 713,126 0000000000000000000593310d3b0cdc082af49f38b8a1611239072aef8433a8 1.41 MB 2,967 9
713,125 713,125 000000000000000000039bc976c3f11f580c841dfc3da5b2dbbbb98ed77a0e34 0.53 MB 977 8
713,124 713,124 0000000000000000000bb3832fad1b8096fa2df11c49e6244910a3de0d61fa67 0.90 MB 1,932 11
713,123 713,123 0000000000000000000b8d6ab6d0f21785b8d29476fb051c1fabb61d4e3c9f3f 0.87 MB 1,757 13
713,122 713,122 0000000000000000000966323b5c0bf7d5d8307ff334e03e0b85f498fd014c47 1.59 MB 2,009 8
713,121 713,121 0000000000000000000c96d4c10dc5b6729c75fe0ac2aed113df5b6557b3c1fc 1.52 MB 3,109 9
713,120 713,120 0000000000000000000c404783a68617883e66be1d9a82e55476b7e075ee36c9 0.37 MB 693 6
713,119 713,119 0000000000000000000366bb9b61fcdfabf63c1fbfff289cb68c76123262a994 0.23 MB 377 8
713,118 713,118 0000000000000000000c70b05b23a3fd9061267a2cc0bbc6cbe753cc16a29209 1.11 MB 2,387 9
713,117 713,117 00000000000000000006db22d0c1ec382e71b15b386267e8cfbffd6aeeedcd84 0.95 MB 1,754 10
713,116 713,116 00000000000000000002bfd8402c935f8eccb2b374829c6a5040a27656926a3c 0.76 MB 1,225 9
713,115 713,115 000000000000000000089a0b70441bec7240653e1889a643e0526e92d471b998 1.31 MB 2,691 9
713,114 713,114 000000000000000000002d00953ee4a89794a4f9f1809a3421a523ea3457aaea 0.43 MB 759 8
713,113 713,113 00000000000000000004ea325929e71bc647b58533750a5b0bae4348431f6a6c 1.57 MB 2,121 4
713,112 713,112 0000000000000000000bcde5981e7a63b345fd459150d6748f90bf9e116f9eb2 1.59 MB 2,872 6
713,111 713,111 00000000000000000007b0238ea73c0282a5eca96ad5600ffc3bd684716fecb6 1.52 MB 2,680 12
713,110 713,110 000000000000000000077b5dc229845df9e05d36f8412c0aaeb9b2ad5c386f1d 1.64 MB 2,646 15
713,109 713,109 000000000000000000006157d42e5f753cf7467e76f81de74824f055f44f6614 0.72 MB 809 4
713,108 713,108 0000000000000000000415182243d2bba08b13b582df134b8b389bc7c920ab8e 1.60 MB 2,694 10
713,107 713,107 000000000000000000096fe5ae90fcede70763fabf3c5c70b0fe9aa3e0e4a2af 1.57 MB 3,258 10
Previous 10 blocks ↓
Total Size: 768.91 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,603.42 GB sent, 92.33 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.