Memory Pool Memory Pool Refreshing

7,053 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (624,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,708 282,708 0000000000000001bf17e7cc204fbef8513625ff3a158a5ab6970f23de544b14 0.03 MB 61 29
282,707 282,707 000000000000000086ebeb984650cd6510f3b97768fb8f250020e1a1207f5f41 0.25 MB 629 52
282,706 282,706 0000000000000001f1a342181d2109710e120dfc59ad93c689354cba5c65ca85 0.15 MB 367 47
282,705 282,705 00000000000000014bc424e239820d7cc402681709014cd5f259c5fa63b83bee 0.15 MB 297 49
282,704 282,704 00000000000000011a3cc8851a86e35d3480bc52458729621e822e2ebb01a936 0.10 MB 249 24
282,703 282,703 00000000000000013cf72ad2676493446a5f59650df5a87e664ff5d522b50a86 0.10 MB 133 18
282,702 282,702 0000000000000000329868d35a1c1b0b4e9a45ebe8b26366bcff46ea6432c005 0.00 MB 1 0
282,701 282,701 0000000000000000217767375780402645c707bb29a346205f27b08ad7815f25 0.15 MB 305 51
282,700 282,700 00000000000000009dc6e099199d316e8b657e40ef1f84c18fedf79b0e4b431a 0.17 MB 324 37
282,699 282,699 0000000000000001af0ebd4b8d4cc29ae1929538e516786ba85c930334453a86 0.14 MB 277 34
282,698 282,698 0000000000000001148b1e306849427d19241be3300474d827c1e98638d2a413 0.03 MB 87 44
282,697 282,697 0000000000000000e1ca21f9602c5cc436a90348e174b4811d8819dbe1b6e571 0.05 MB 115 48
282,696 282,696 000000000000000150b88353b6698248a6e3d23b3e4d9d7a75e89745be6e0e78 0.01 MB 17 19
282,695 282,695 0000000000000000cd8dc7a9716100fbc104a21a277ce871ef993b8c2472f20e 0.10 MB 172 47
282,694 282,694 00000000000000002a71782d6d8f7c273a646f165f78f71f1a227305e34b6418 0.08 MB 178 41
282,693 282,693 0000000000000000770ceba29409a8e15d4c6ea3e84a4e7db76febd99cf8c9e7 0.19 MB 382 40
282,692 282,692 0000000000000001c6fccd51df118087c62dc55b208e9750754ac12e3a222060 0.02 MB 51 38
282,691 282,691 00000000000000004a17411d2253c82f0313e061f8ab2fc63912f41d40ab7be9 0.03 MB 64 19
282,690 282,690 000000000000000040bf46c536cdfab9e8990c12989d09f8b2cb97fd7b1956f2 0.08 MB 125 33
282,689 282,689 0000000000000000cff7afa55db0602707ddac4af2a9a7fb313f3fdcad40e6db 0.05 MB 122 49
282,688 282,688 000000000000000003baf48d6f76a9e1f0921c21edef2ab350ff29e5c62ecff4 0.11 MB 203 33
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.