Loading Tool

Explorer IconExplorer

Memory Pool

87,620 transactions
32.09 vMB
0.14253644 BTC
Random Selection Loading Transactions
Max Size: 193.71/200 MB

Candidate Block

Mining Attempt d707966ecf62a6d33ceeb392c3ba29028858ea95e1c10eef255c83a14e4e8d9d
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root c9e3a4d08a58653e7c9fb24c0ac0b0561bb0a5c0c46f9b54823c18c1df0f1015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05209095 BTC
Feerates: 911.92 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (300,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,707 614,707 0000000000000000000cacbd4a5c771656d380cc54c19859dd5deaa0461171f5 600 0.36/1.00 vMB 16
614,706 614,706 000000000000000000038d5aeaed743a79e759935953d5fa730b0d6ec710366c 3,036 0.97/1.00 vMB 11
614,705 614,705 00000000000000000007d73af7d68f5ed554628ae55b935516cc09583443486b 2,347 0.72/1.00 vMB 14
614,704 614,704 000000000000000000109142508ee134bbb296c3a40801324b4f08eb3b12e1a9 3,064 1.00/1.00 vMB 10
614,703 614,703 0000000000000000000fe475aa33bfe4c29476bd2c89b99b96d5b5a227779403 693 0.40/1.00 vMB 5
614,702 614,702 0000000000000000000f57fda7cb6270b0239484a2a3ffeeae79f38462e21c20 1,734 0.45/1.00 vMB 10
614,701 614,701 00000000000000000010ed0c8f357a7d8f26905ca3a83bac4a49f68a8c0b5080 408 0.13/1.00 vMB 10
614,700 614,700 000000000000000000012d1450d635581085bc569f96fd6cb3e9d4fc0a57db0d 1,585 0.53/1.00 vMB 9
614,699 614,699 00000000000000000004ca9fbc3daf8edc5aadda9458db66d0377850d9d7110e 1,218 0.36/1.00 vMB 12
614,698 614,698 000000000000000000001cf23d9f9c857c2a715b489999afa5cefd0d5f1427a8 758 0.20/1.00 vMB 19
614,697 614,697 0000000000000000000ddbefb8be85b451bcc6cdacfbef1e375d1dd87cedfb47 2,178 0.67/1.00 vMB 11
614,696 614,696 0000000000000000000c7663e08a13c168bf9d4e0f44af27f419c21cbfdffa73 2,909 0.80/1.00 vMB 16
614,695 614,695 0000000000000000000ebf3afe3c9ead63738806afab4d36e9fac8cdecbd9227 75 0.02/1.00 vMB 13
614,694 614,694 00000000000000000006c23ffd770334fd0fd6e2ddd79afe22ef0b85926f874f 250 0.09/1.00 vMB 24
614,693 614,693 00000000000000000007b752a3d8fa3e54c0a4ff61b64a46e2c89428a8f7ba8d 1,834 0.54/1.00 vMB 13
614,692 614,692 0000000000000000000bab7b549483524880e8656571d41e6498cdd17bb7570e 83 0.02/1.00 vMB 13
614,691 614,691 000000000000000000110349f3e4b80137dc21be5a11cf72821c65db228b0163 2,511 0.66/1.00 vMB 11
614,690 614,690 000000000000000000007d0f00c50c9e002e53f3ed54e1cbd24dea0622edade1 671 0.17/1.00 vMB 8
614,689 614,689 00000000000000000005c2ed9f1c85260627cd5c20c91eaefbdf1b29000e9aa3 2,637 0.75/1.00 vMB 7
614,688 614,688 00000000000000000001dbd2e4e328a68b5ea75d5327442863de4fd5cbfc8000 3,110 1.00/1.00 vMB 12
614,687 614,687 00000000000000000005561b1ad56a8dd2e17953fc60ff8dc09296328b3bfbc4 863 0.22/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.