Loading Tool

Explorer IconExplorer

Memory Pool

76,411 transactions
28.48 vMB
0.06711054 BTC
Random Selection Loading Transactions
Max Size: 172.58/200 MB

Candidate Block

Mining Attempt 0d131d91a4abc8e65592ea4049aaef2b1760f0745e8040f78bde33ad1679cb27
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 6585e0dfcf75ba8cfecf78947f5e2df99dab9b9ebe2e47f5f5f7e8034a5e6e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,335
Size: 1.00 vMB
Total Fees: 0.00815595 BTC
Feerates: 73.20 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (313,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,429 601,429 0000000000000000000db5d65969c745e66a498537762c6b767456d6f8ff0ed7 2,263 1.00/1.00 vMB 19
601,428 601,428 000000000000000000035a45f97774f6f79990ab28aa841a7813bf9f510b9bd7 2,349 1.00/1.00 vMB 21
601,427 601,427 0000000000000000000230b5272525dda8355d3adb74bb414316ec5373e24d00 2,209 1.00/1.00 vMB 11
601,426 601,426 00000000000000000004ca71ffeaf293008076710a42159087d87f19679ba166 2,132 1.00/1.00 vMB 13
601,425 601,425 00000000000000000013cef87fd4854ab4d76bd22f3aa8e9ca8b029d334f2ea2 2,629 1.00/1.00 vMB 23
601,424 601,424 000000000000000000046dfb4acf7ccdeb9618754d79afbd9138c598045752a2 3,771 1.00/1.00 vMB 41
601,423 601,423 0000000000000000000774032d8570a3c591ec586f6b7f84b6204bff9359e559 3,166 1.00/1.00 vMB 21
601,422 601,422 0000000000000000000322f62ed4730d6b2700e8e8945ba6a1f54f805fa97eba 2,185 1.00/1.00 vMB 27
601,421 601,421 000000000000000000044d471a9f0e929f908df4e7621a3a91849786e1d98a64 3,585 1.00/1.00 vMB 34
601,420 601,420 0000000000000000000fe2744ae7dde20bdd545ea4ddf795fb15eb7ae51219b0 3,069 1.00/1.00 vMB 31
601,419 601,419 00000000000000000011425b47499105d43bf3c63f1344b743284b320bd21271 2,285 1.00/1.00 vMB 64
601,418 601,418 0000000000000000000a65e2f12e9e2950cee534a47d4ffdf6884db41bad2e99 2,699 1.00/1.00 vMB 21
601,417 601,417 0000000000000000000afaa73401690a43027a63c90f9cfb1486851b948c3271 2,943 1.00/1.00 vMB 20
601,416 601,416 0000000000000000000d58b4a606a2380c07bb00da7ff9f8f032936c88ecf35c 2,453 1.00/1.00 vMB 20
601,415 601,415 0000000000000000000542ef88dd70a24befef25269adb6a8f349cc383580fc9 2,804 1.00/1.00 vMB 27
601,414 601,414 000000000000000000044bf95fa97eaa03c04df9f46ef7a0db83b0e787a6ec04 3,057 1.00/1.00 vMB 28
601,413 601,413 0000000000000000000693a0d7d0830f3f75a8aa3471e3f5b0e51ce9d6d78d79 2,960 1.00/1.00 vMB 31
601,412 601,412 00000000000000000003ad795a63dcb41e6778a47d04d24b722b6d8d6aabe8d1 2,905 1.00/1.00 vMB 31
601,411 601,411 0000000000000000000daea8860aff53bef70a3353ac0407ecbb135582d60cce 3,131 1.00/1.00 vMB 32
601,410 601,410 0000000000000000000bdbb206b68726dd12d893bb1412c0b5fc4469969793a9 2,540 1.00/1.00 vMB 25
601,409 601,409 00000000000000000010bb90e0644f1aeed6969297e6dd4be177f9e0fe8b49c3 3,216 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.