Loading Tool

Explorer IconExplorer

Memory Pool

89,595 transactions
33.72 vMB
0.26104376 BTC
Random Selection Loading Transactions
Max Size: 196.41/200 MB

Candidate Block

Mining Attempt 21f98b8aadc40f5100a9bcff08338c25c522a25d7eb437fec825e586b3116562
Version 20000000
Previous Block 00000000000000000000dcfe18c3e42ef91cba968ba3b2f26fba23c17a72a66c
Merkle Root 773b1812cd93529943381df0a20bd3b464ae18c105ca89e0d7f8b1cacdd6f4f9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,316
Size: 1.00 vMB
Total Fees: 0.06250384 BTC
Feerates: 301.07 > 6.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,636 (836,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,375 79,375 00000000003f41e9a448aaa459bb8d2615c92583af6ebac7f950bae4e0f2ac22 2 0.00/1.00 vMB 0
79,374 79,374 0000000000169fae8e804b420d02b717a8bc8dc5a03fa6f584e544a3ba1296da 12 0.00/1.00 vMB 0
79,373 79,373 00000000004e70adc9f6468719ca90c4a536769b9d2467da908f01b42bcb9a72 6 0.00/1.00 vMB 0
79,372 79,372 0000000000468da80417209b81cd5211de464d804d0176372ccd9ffd347522b8 2 0.00/1.00 vMB 0
79,371 79,371 0000000000081771303da5e72ce427e8857b473eb34d4417dbcae99b5afa1dc1 2 0.00/1.00 vMB 0
79,370 79,370 00000000002ffb7f8d2d96d33b35d2eb70953392d7c79fbac9c1ce70466a870d 1 0.00/1.00 vMB 0
79,369 79,369 000000000021f8f872445eb79e57558c89d2a583f329a4f7369826c0091262fb 1 0.00/1.00 vMB 0
79,368 79,368 00000000004a42d58d7af193af056a6f6fe29c30f9c7e5e9149ac0002f055206 5 0.00/1.00 vMB 0
79,367 79,367 000000000033b7920e4c94609e7ce6a139a8891c1a745b2c8f38021f00a41891 2 0.00/1.00 vMB 0
79,366 79,366 000000000029c53ed74fd3a2a379addd7fbb141f883a832d93216c48cb470562 3 0.00/1.00 vMB 0
79,365 79,365 000000000016f81bb62fc2106508519b4d25d7a6cbdfeca4581a6b97fbace897 1 0.00/1.00 vMB 0
79,364 79,364 000000000049ae8183ed1af9944c942235d1ae58d859466c872a4361a69f92a0 1 0.00/1.00 vMB 0
79,363 79,363 000000000036f6e14e4264effacace2f64a74bc556d136cee5034e69692e7098 1 0.00/1.00 vMB 0
79,362 79,362 00000000003b88ea23ab4ac2be1668977caeecd5d7bed64eb9f097b4475d1f06 1 0.00/1.00 vMB 0
79,361 79,361 000000000017553b58ae9d700f920f292f2dfcab62bd3603e927f554df74386a 2 0.00/1.00 vMB 0
79,360 79,360 00000000001ef64d046cb8bd1963fe850a38193bdd1aade814a4bf7cc82c09b2 3 0.00/1.00 vMB 0
79,359 79,359 000000000050c119fb2234c5b8ed38f0088b3beecb3a9087e5d555b63ff0c6aa 2 0.00/1.00 vMB 0
79,358 79,358 000000000030c6c0ee523c98bb91b531e0262f62bc2106b62e613cfe95d10e35 2 0.00/1.00 vMB 0
79,357 79,357 00000000002299f74832a1b61e7595f3879aa3bae4911c7b2687f03ae8045071 1 0.00/1.00 vMB 0
79,356 79,356 00000000005328281c78598c6335d2ccc0ce9beaed56e0f43005d1a35442df9d 3 0.00/1.00 vMB 0
79,355 79,355 0000000000028488a838bc9d9e04670d35048ea4505300b5ff22deaf1414bdc0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.91 GB
    • Received: 20.34 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.