Loading Tool

Explorer IconExplorer

Memory Pool

55,694 transactions
31.75 vMB
0.19824043 BTC
Random Selection Loading Transactions
Max Size: 171.07/200 MB

Candidate Block

Mining Attempt b3c0f6fec83566193ca73c62e4008a5f1451061c63d1fb090ba47ab971d4cb08
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 0d60853423a9d5b94205d9f1c7faf3701c08b35d098bf18b0ab7d8876abf40e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.09048005 BTC
Feerates: 502.67 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (521,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,707 393,707 0000000000000000000cef87eff4099395de3483e79568b4b1a3d091f9d21f71 1,459 0.95/1.00 vMB 25
393,706 393,706 000000000000000000023b8beca1a6277126a388a526886b597f07417ecd297b 1,439 0.95/1.00 vMB 27
393,705 393,705 000000000000000001cd91db4670d44078ede5c043b222fc2589d48bdcb5ee69 1 0.00/1.00 vMB 0
393,704 393,704 00000000000000000155c5c93d64cf86ccb59ff8ea0747f47a1673cd1c033600 1,661 0.95/1.00 vMB 35
393,703 393,703 000000000000000008e785b49652a735f01066acae42cc7df53d9bc4cf81234f 1,863 0.95/1.00 vMB 31
393,702 393,702 000000000000000002d92e4374d0f766923bdc3ab478d944d2b68bda42c2628d 1,414 0.93/1.00 vMB 25
393,701 393,701 0000000000000000067316817ebe6ed7c49ab5613f7a1dc17fa9abfd2ed7166f 2,443 0.93/1.00 vMB 43
393,700 393,700 00000000000000000654a3652ad75bcec1acc6678138c334948859a74161d4ad 1,519 1.00/1.00 vMB 22
393,699 393,699 000000000000000004bd5dde9336ca47598cdc4e36fedeb575043029b574e52f 3,150 0.99/1.00 vMB 66
393,698 393,698 000000000000000009525fb049453e73ea89342080058d18d8c3bf7c8d83ad64 1,176 0.62/1.00 vMB 33
393,697 393,697 0000000000000000058d98b8b73f09ec51bb2827335de6e778e34da74dac7c88 437 0.25/1.00 vMB 29
393,696 393,696 0000000000000000087785d2fc578e0c3223eec42d8e7e9f0399fef5f4dc5a02 1,666 0.93/1.00 vMB 29
393,695 393,695 00000000000000000508a61d3fffea06500ce750f3941a1eb7a38d4a37d80790 1,817 1.00/1.00 vMB 29
393,694 393,694 0000000000000000070dc55f82b2d42249e29a8b83e80b7f0fce349a888d4b9c 3,103 1.00/1.00 vMB 50
393,693 393,693 0000000000000000065b5099b654ea165676d0fda6eaae6aa08be78b87341312 1,102 0.58/1.00 vMB 29
393,692 393,692 000000000000000007c79e8929321aad792854d3b8da3586177135064b20adb5 1,567 0.99/1.00 vMB 26
393,691 393,691 00000000000000000268cd47a3c6cc32377606c73de36cff45b6e2f66f23d46b 1,110 0.95/1.00 vMB 22
393,690 393,690 0000000000000000009a471cf093ea60d687a31ad2f774c3247d3f4dda72ceda 1,893 0.93/1.00 vMB 32
393,689 393,689 000000000000000008970f52c73ee4bf59dbe39f2fd98ae5d99361de89c30083 1,453 0.95/1.00 vMB 27
393,688 393,688 00000000000000000036e381368e49a93bf63490c1e7c98d0224a1968ad07eee 968 0.95/1.00 vMB 21
393,687 393,687 0000000000000000073c9d4fb4628fdd87aa5097e0f13ad909a12cf0ca001c62 1,492 0.95/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.