Loading Tool

Explorer IconExplorer

Memory Pool

83,248 transactions
31.29 vMB
0.11438233 BTC
Random Selection Loading Transactions
Max Size: 190.03/200 MB

Candidate Block

Mining Attempt 887aab68af4d5cfe115333958a724b85d8ff4f4facac9a170ffcb3d7e727a425
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root a1b73a2cca99976336f461dcc9119629cbb2556ba44d0b72564453a297296b5c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.03693758 BTC
Feerates: 200.89 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (20,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,443 894,443 00000000000000000001e592524e7f305d75772e49ab247f51f3e57e20bb4f53 3,930 1.00/1.00 vMB 2
894,442 894,442 00000000000000000000dc84c3032791fff1ff9eb2c1b0de658cef7df1814d60 4,239 1.00/1.00 vMB 2
894,441 894,441 00000000000000000001b102210d393141906d4ed72ee8c6e5c0ee2c0a313fee 4,106 1.00/1.00 vMB 2
894,440 894,440 00000000000000000000bfbdb460d94a848cb311f4e2c6d549d2731b25f2c663 3,813 1.00/1.00 vMB 3
894,439 894,439 0000000000000000000045cc1d615343313cd9daecb5ed5bfdc74b0e26b0e4e5 700 1.00/1.00 vMB 2
894,438 894,438 00000000000000000000d25f35af50e843c521fcb501f51f87a35ac7e7394af0 3,237 1.00/1.00 vMB 4
894,437 894,437 00000000000000000000f2fa9e316f399dd363562dbd12ecb290ac8be6cfb4c5 3,910 1.00/1.00 vMB 3
894,436 894,436 00000000000000000001a95977b486e42f58dcb44fce38a69377176a82efe1cf 4,063 1.00/1.00 vMB 10
894,435 894,435 00000000000000000000ec76d8e0fa6c71c4513db68d4ff63bc6589d490371e7 2,791 1.00/1.00 vMB 3
894,434 894,434 00000000000000000001bffe188dc23d222916bdbbc5f5a95f84b1778fc5292f 2,666 1.00/1.00 vMB 2
894,433 894,433 00000000000000000001f0b5a2067bd08ffac092310be5fe96c588d443257ab6 3,747 1.00/1.00 vMB 7
894,432 894,432 00000000000000000001a9ec3da4a31b983707b994a688b192f2c2579361c7a6 3,516 1.00/1.00 vMB 2
894,431 894,431 0000000000000000000155e0b9d6432b3b297aa804e24d49c9012b7719a2c123 2,767 1.00/1.00 vMB 2
894,430 894,430 000000000000000000010fe97e91349f72008949c56e9468a267b6403285b6ff 1,974 1.00/1.00 vMB 2
894,429 894,429 000000000000000000010dd4d3a5d333fc3b5295ec89db578b14a66bd75d5caf 3,874 1.00/1.00 vMB 1
894,428 894,428 0000000000000000000069b9545a5ac4b92f4190c7994e3b487de3a7b28044fd 3,413 1.00/1.00 vMB 5
894,427 894,427 00000000000000000001915c79e4e211654a5cc6a652d44da0eddcb14ca1c509 3,103 1.00/1.00 vMB 1
894,426 894,426 000000000000000000023ac9b0836ce3e62296ffc14674b2a960ba5971ed7380 392 1.00/1.00 vMB 2
894,425 894,425 00000000000000000000645d7246f6755301d1c5b6e8bc92458facd1899f01c0 2,465 1.00/1.00 vMB 6
894,424 894,424 00000000000000000001811c4544ea741c6afd2c2f0e0d87d073a681bfe593d7 643 1.00/1.00 vMB 3
894,423 894,423 000000000000000000020be3fb62e0b26623d6abbbd731a9173ad08d3ccca228 799 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.05 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: 720.61 GB
    • Received: 18.22 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.