Loading Tool

Explorer IconExplorer

Memory Pool

80,027 transactions
30.14 vMB
0.07991930 BTC
Random Selection Loading Transactions
Max Size: 184.35/200 MB

Candidate Block

Mining Attempt 6bf69c37ac4c8cf34ae0d30eedfdd709abe367209d302d2c1a4ec3bc1e382ccb
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 3a1bb4069cdd9d46c50025220e4ab78f072a0a9927aec94308f41df19c098e12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.01280241 BTC
Feerates: 104.17 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (72,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,644 842,644 00000000000000000000a920cf13122266426f2b33fc7b8eb6e45c853ba5f4b9 2,627 1.00/1.00 vMB 27
842,643 842,643 0000000000000000000273ef039b75616040713528b223ed3c60efd0a039c127 1,682 1.00/1.00 vMB 28
842,642 842,642 0000000000000000000252223df46146ffcae4e86f6c1aadd0117205ffd0f2b0 5,503 1.00/1.00 vMB 16
842,641 842,641 00000000000000000000cc55b920a1712089da3f3d243232797889e091bc73a1 6,652 1.00/1.00 vMB 12
842,640 842,640 000000000000000000015082f85492ea0814f9063f382522a0e7903bc63227ac 3,916 1.00/1.00 vMB 23
842,639 842,639 00000000000000000000b11f891c2032ed48d2bb418f8557c60ff5e28d54daae 3,628 1.00/1.00 vMB 18
842,638 842,638 000000000000000000027e9850a3472fac7861cd78d62114927f55a48babcfbb 5,110 1.00/1.00 vMB 18
842,637 842,637 0000000000000000000219eec54b933303c34359886b4e3ac5f7f07907981f70 4,889 1.00/1.00 vMB 15
842,636 842,636 00000000000000000000fc9c2b2a40f4a8d095d5817c7e19ae6e302bcdfb6026 6,016 1.00/1.00 vMB 15
842,635 842,635 0000000000000000000097a8eea30c5d620951134d47c789f643498560cecf2a 6,284 1.00/1.00 vMB 15
842,634 842,634 000000000000000000016968e25b4746e449248f7a9685a6d85b0a954caa9c89 1 0.00/1.00 vMB 0
842,633 842,633 0000000000000000000176b0fe9573066a189c44da87f3f19f8971aeae8cf5a8 3,570 1.00/1.00 vMB 16
842,632 842,632 00000000000000000000948841e6d58eb7e4ae6aa997925a5dd4c3cee6dc9709 2,711 1.00/1.00 vMB 16
842,631 842,631 000000000000000000013b194790376080f0e0a9b3e54e434ab9e589d09358dc 3,081 1.00/1.00 vMB 21
842,630 842,630 0000000000000000000304fe611feee2f0803d00894bb444cc106f07205db7ca 3,623 1.00/1.00 vMB 26
842,629 842,629 000000000000000000030d1f1b32b50a23ba0d6c77aff5324ceff662df88ceb8 2,741 1.00/1.00 vMB 31
842,628 842,628 00000000000000000000078b67586837c936382f3d2e206f4b711e2b4c7778bf 5,056 1.00/1.00 vMB 17
842,627 842,627 00000000000000000001f54d9eec3c9aaa3c7e2829307daede78620229dffb17 5,076 1.00/1.00 vMB 19
842,626 842,626 00000000000000000000c5cea83e78c5df8bad77d6b75bb970cdce7195a09e63 4,418 1.00/1.00 vMB 14
842,625 842,625 0000000000000000000069a840e051eb6654563af15c9220d8ddad0f57dfb04f 3,003 1.00/1.00 vMB 24
842,624 842,624 000000000000000000028862f4c32a53d2e8786cb8bbfeb1e44c0910877f65ba 5,370 1.00/1.00 vMB 14
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.56 GB
    • Received: 18.19 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.