Loading Tool

Explorer IconExplorer

Memory Pool

77,028 transactions
28.61 vMB
0.06443122 BTC
Random Selection Loading Transactions
Max Size: 173.63/200 MB

Candidate Block

Mining Attempt b7cbe6925bde2d73e351a878efdffad0e28dfcc20b9676e79c459353f7338e32
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (319,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,242 595,242 00000000000000000016520cdc24e17dece961f8cd14f9fc9170af796fb9a69b 716 0.25/1.00 vMB 36
595,241 595,241 000000000000000000030481315e863ae42c102cf85cd0df22d01294c2f41cb6 2,121 0.86/1.00 vMB 8
595,240 595,240 00000000000000000003ddaa26f5cc3bf4a8ec763292a40e0d0fc2ba9115264f 3,169 1.00/1.00 vMB 17
595,239 595,239 000000000000000000132a5b48187d1655a2d9a259356e2f923389dfc32cd985 2,950 1.00/1.00 vMB 47
595,238 595,238 00000000000000000004dd5a9d60581e737f81d91b75cda203de27b1eada22c4 2,862 0.84/1.00 vMB 21
595,237 595,237 0000000000000000000001bc0f20af28f38472c0eb221137fce12b089c9cd82c 1,106 0.81/1.00 vMB 13
595,236 595,236 00000000000000000012b6fa5fbab0cc11595f5f2d4eaeb6782a5033a1ad316e 2,192 0.98/1.00 vMB 16
595,235 595,235 00000000000000000009c76ca12ca156c204332a8d7b459dbe5f60fad445157b 2,015 1.00/1.00 vMB 16
595,234 595,234 000000000000000000080ebc5e8eae7f1229859cc73e737d1832e03fbffe5acf 1,409 0.94/1.00 vMB 11
595,233 595,233 0000000000000000000688432bc78c401cda0ebf00409ea09f9069f99b77d2b9 2,295 0.99/1.00 vMB 20
595,232 595,232 00000000000000000014695076ddd893550e515aa0581cd4543ae6f3a3bab829 353 0.53/1.00 vMB 5
595,231 595,231 0000000000000000000553755b9a1a23ecf3ba315e240dde0aaf3b0952cc1063 572 1.00/1.00 vMB 6
595,230 595,230 0000000000000000000e76ca9ff6d8fc9b08ad0601a47dfdfb43be5a9aec69d4 2,340 1.00/1.00 vMB 13
595,229 595,229 00000000000000000011baaab392778b0fcbf0d5a1be2d136ef9f855296ca0b7 2,762 1.00/1.00 vMB 11
595,228 595,228 00000000000000000015c134c2d91278b119086f2d1b8d69ebb1914b68a5d9c7 2,162 1.00/1.00 vMB 21
595,227 595,227 0000000000000000000afe71e3071983ee371c33a18640ae73f33859f0eece30 3,052 1.00/1.00 vMB 28
595,226 595,226 0000000000000000000e80420d47341f29afbc3802c44b5404068468b51456a3 2,933 1.00/1.00 vMB 30
595,225 595,225 000000000000000000060f2c81690ad0563c15ffb15ffebaad43b160ef1ad86f 1,812 1.00/1.00 vMB 61
595,224 595,224 0000000000000000001430665fdc4aa34e209a28ef4af6bbcf477f12416cdaec 3,369 1.00/1.00 vMB 24
595,223 595,223 00000000000000000016ef208afd236eec52c00622792a89c3a33d814134210d 1,371 1.00/1.00 vMB 9
595,222 595,222 0000000000000000000a392fcd7951ef8c225241fd33f6b1e471add4c6773e11 2,732 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.