Loading Tool

Explorer IconExplorer

Memory Pool

28,538 transactions
6.93 vMB
0.04614729 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.83/200 MB

Candidate Block

Mining Attempt f50446d9740c0e97eba8120fad6874932dc537ca9a4b4bdc2f0b660458de3f8c
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 69ac90a516c63e031cac9abea94bfc140695fa1304ec3dbe464410068d37a43a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.02598130 BTC
Avg Feerate: 2.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (5,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,465 907,465 00000000000000000001e6a5aec8788183793b27370ef638b152b4d02f9f0787 1.69 MB 3,733 3
907,464 907,464 00000000000000000000613401c0ec8074618924e8a1e066b9c890e1e6845336 1.73 MB 2,417 2
907,463 907,463 000000000000000000002694a1a1c48261dd256da1842548948ad1684c40cd8a 2.22 MB 1,401 1
907,462 907,462 00000000000000000000cdadd935290c7f480952491f5684e8f4f87a2abde11f 2.59 MB 2,154 2
907,461 907,461 00000000000000000001eb8946e21d6571a7470b6c33e34df4c3e4ad1208060c 1.84 MB 2,329 2
907,460 907,460 000000000000000000022a091cc2675cba39b0abe82efecd74d74f8ea3a07e6e 1.83 MB 2,581 3
907,459 907,459 000000000000000000010ce9f3bb38f662a9a63ab68394685227a6dffef60031 1.72 MB 2,987 2
907,458 907,458 00000000000000000000b398edc191ca91db2ca38eee149b82e705233d6aa223 1.52 MB 2,342 2
907,457 907,457 00000000000000000000ff1f678d8bf334a3ea1bb5dcbda2bb43c2f7e15619f8 1.60 MB 2,233 2
907,456 907,456 000000000000000000005ca03c6b31e6a15090542649996e25f54f70a233bf02 1.64 MB 3,665 5
907,455 907,455 00000000000000000000cca254a756f884e9ad2deeed2871dccb12881c00cf64 1.77 MB 3,865 3
907,454 907,454 00000000000000000000f3ac6827080d3352997edd254d06ec2fcfa58bd86c6d 1.60 MB 2,660 4
907,453 907,453 00000000000000000000dfcc9a5b577bb26334aac98b357d7d51c28ad2179ed9 1.64 MB 3,696 3
907,452 907,452 0000000000000000000159ce379c6648e6dc1222b05b1086d0ba74130e80b5bf 1.58 MB 4,174 5
907,451 907,451 00000000000000000001bc25917ec337738df4d9bf4f34c4944defe660fbeb18 1.50 MB 3,768 8
907,450 907,450 00000000000000000001d85ba0ff861fd2499bd72fd436e2c37e11e0c28caf74 1.53 MB 3,563 5
907,449 907,449 000000000000000000002c617aca4496450e0381cc9ec7a8ba3d86ac02a6de06 1.56 MB 3,923 5
907,448 907,448 0000000000000000000159cc4edf4e9edc6a973f9fb5bfc17670ceaca3da876c 1.59 MB 3,957 5
907,447 907,447 000000000000000000011dcbd1cdfbb87becf2829d4b9af5a8a37a122fa2ffcb 1.51 MB 3,855 8
907,446 907,446 00000000000000000001e03e689499d8a79ad19ba6f60886da14e261fc875097 1.59 MB 3,764 5
907,445 907,445 0000000000000000000161cd56d3ea5eba177e7250ffad418c4392fdf84a8e4f 1.53 MB 3,829 10
Previous 10 blocks ↓
Total Size: 778.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 397.49 GB
    • Received: 3.56 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.