Loading Tool

Explorer IconExplorer

Memory Pool

81,360 transactions
30.46 vMB
0.11237241 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt 660bbb11c22a6346f89d2f8ecfbc1e9ae639fc21f616c6b3acf9f92a35e4f904
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ec102c16d9f2fb21eeed68e9e8a89ecddd31c0d8a08ae874daf6193b32b8ba7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,397
Size: 1.00 vMB
Total Fees: 0.03796292 BTC
Feerates: 180.34 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (496,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,474 418,474 000000000000000002ef29a45fb037c76fad87f98004a5d4ea54ed15dd2e2605 2,523 1.00/1.00 vMB 57
418,473 418,473 000000000000000002367b8a3015f87a779b16ae13d438d51604c8bb0a5dca07 3,117 1.00/1.00 vMB 105
418,472 418,472 000000000000000002524ba2f9e17a0a85ce84ae51748a93b558cb50e979bb53 1,992 0.90/1.00 vMB 49
418,471 418,471 0000000000000000044ed5abb597f70c03851b11a3d81336cb3a13e45a68e4b6 1,890 1.00/1.00 vMB 27
418,470 418,470 0000000000000000039894a8df4d29a506260be63339eb8bbf3984ae4212842e 2,462 1.00/1.00 vMB 57
418,469 418,469 000000000000000002b29aaa72f0ade45c2bcaf6a8ce27e25b129e6aa92fc438 3,089 1.00/1.00 vMB 90
418,468 418,468 00000000000000000398ac93f205a27ceca6ce869006633b8325a9ad360d032b 1,069 0.39/1.00 vMB 77
418,467 418,467 000000000000000003ea3d75f42cfbf71950a2861b1aedbce26db76ff2fe5256 810 0.44/1.00 vMB 56
418,466 418,466 000000000000000001c5beb39736b918ba2cb483527bb7b8f3b0c9f2ecb8d8f2 1,144 0.99/1.00 vMB 30
418,465 418,465 00000000000000000259305213e96ece543fb1eabfbf786f0336af6aa8c86e16 2,039 0.99/1.00 vMB 54
418,464 418,464 000000000000000004ef3e2ad2394119bb800b4adf2aa8b375c79f0264763175 69 0.06/1.00 vMB 47
418,463 418,463 000000000000000004f542a00d3c744e760823cbc22ee281b6c34dc3a8a5a052 1,732 1.00/1.00 vMB 49
418,462 418,462 0000000000000000044e7ba1152314953435d34456572162aaac96dc83b7f00b 1,603 1.00/1.00 vMB 36
418,461 418,461 0000000000000000005d1e92c4182abec8c6b6e85c88e5472bbce921f64fc144 2,256 1.00/1.00 vMB 69
418,460 418,460 0000000000000000005d0cebef92f376d2dd8feb7d473a855f1fd8b40dd44c96 1,848 1.00/1.00 vMB 65
418,459 418,459 000000000000000003d1a35a2e093f811f53e9509352047a9e12e6112bec9446 2,305 1.00/1.00 vMB 56
418,458 418,458 00000000000000000069d88a535553d5446b22246ab4b30988c5680409e1fef8 2,419 0.93/1.00 vMB 74
418,457 418,457 000000000000000004dc675cca5139cdb325c795b30c2e7b448abcd22bccb7b6 2,552 1.00/1.00 vMB 67
418,456 418,456 000000000000000000a9ad7d5122e60ecde84296b4a783efda19b719d271818c 579 0.21/1.00 vMB 90
418,455 418,455 000000000000000000781ea0ce40bb57c2588201b0b6a32ed4243e63670b243b 2,285 1.00/1.00 vMB 56
418,454 418,454 00000000000000000362aa8351a718651e37d3aa33d223571f2cc21a97528ce3 2,830 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.