Loading Tool

Explorer IconExplorer

Memory Pool

47,585 transactions
27.92 vMB
0.06475663 BTC
Random Selection Loading Transactions
Max Size: 148.17/200 MB

Candidate Block

Mining Attempt 2ae61c2cc07ae9c06d8e9c1e0765d79a9ebd2a09b131e84fea53eb65e346ba1d
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root 96184af4c156de1718bd7cd84da7a72849d172b0f1206e9984415a9e54b4f143
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,945
Size: 1.00 vMB
Total Fees: 0.01097308 BTC
Feerates: 46.87 > 1.10 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (86,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,578 828,578 00000000000000000000b55c3a3d48549ecdefb882e28e079748b1d2d0170a80 1,202 1.00/1.00 vMB 25
828,577 828,577 00000000000000000001cfac9ad7ec72677564d657004c6f5f812480614b594a 3,494 1.00/1.00 vMB 34
828,576 828,576 00000000000000000001aa9cefb939e2932546e5dd378cb0d07a77ec60a3d06f 3,041 1.00/1.00 vMB 39
828,575 828,575 0000000000000000000268358721568565da476fdf07250d18ee210bc2f874c0 3,226 1.00/1.00 vMB 57
828,574 828,574 0000000000000000000254e18443b55b9bd7ad6c3aeb41de88407790dfb103c0 2,038 1.00/1.00 vMB 32
828,573 828,573 0000000000000000000353ce091a7f9eea71f8842456a2bf68d5efc68573bf4f 3,433 1.00/1.00 vMB 48
828,572 828,572 000000000000000000029f68259de1366d2201dd05b3aea8b071eec6dbae728c 1,823 1.00/1.00 vMB 34
828,571 828,571 00000000000000000001493dc442d57c60a1f108ff0bfec8023c34974b2817e2 437 1.00/1.00 vMB 24
828,570 828,570 00000000000000000002e557c42b34718e81a109e4f01335e49cf302fd147fc4 3,070 1.00/1.00 vMB 34
828,569 828,569 00000000000000000001e38c4794831d61e731d22028c20c8591b398b5f72b25 2,536 1.00/1.00 vMB 34
828,568 828,568 00000000000000000001fba9d96359841e5c8961663096d7e7c03f0ad7a62d42 3,407 1.00/1.00 vMB 54
828,567 828,567 000000000000000000002650dc65e53c3142fa7b56d0c0be4c2bb04bb5dbd2e7 3,386 1.00/1.00 vMB 26
828,566 828,566 00000000000000000000614a4b1fc404f15337e4cd6fb7682111f74784682dc6 1,239 1.00/1.00 vMB 27
828,565 828,565 000000000000000000034affca0e2838daff4ecfa8250f3b5f5e60d5981b08ee 3,005 1.00/1.00 vMB 53
828,564 828,564 00000000000000000000f2c591d3c3cb8927b26591da775a9ae7ee484a7853b2 3,495 1.00/1.00 vMB 38
828,563 828,563 000000000000000000013d9962e88e52d5a12f95d4d03706825be8b303f707be 3,884 1.00/1.00 vMB 56
828,562 828,562 000000000000000000000bd783bce3063b7f8764f6ef7218459cdbb878dbbe4e 2,258 1.00/1.00 vMB 30
828,561 828,561 0000000000000000000281b966d47ab7d55dada6ad692744ee4a9c2ca85d3ef7 3,249 1.00/1.00 vMB 37
828,560 828,560 0000000000000000000307db206d9a315163c390d0854d0cfadfd54072529d95 3,419 1.00/1.00 vMB 48
828,559 828,559 00000000000000000002abdb50b65ee0b1da3147a9ec498239a69d958b7117a6 3,927 1.00/1.00 vMB 47
828,558 828,558 000000000000000000010cb7fc1382a8e98a6b2df955a314921f76a9c67479d9 4,993 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.90 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: 645.25 GB
    • Received: 12.71 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.