Loading Tool

Explorer IconExplorer

Memory Pool

40,989 transactions
28.06 vMB
0.07844920 BTC
Random Selection Loading Transactions
Max Size: 144.00/200 MB

Candidate Block

Mining Attempt 070b5189c22a0c97ae02ba83080c4d45e26790409d50cdb0c8c976df72890b77
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 490d52db8a3daff5a1fd07fd6f1f51fb6f739c377afcdc47157744c6f6a7fd27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,508
Size: 1.00 vMB
Total Fees: 0.02386168 BTC
Feerates: 100.95 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (81,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,332 833,332 00000000000000000000b4b6eb420366c917a6bda936ab2e993782dd096ca20b 2,723 1.00/1.00 vMB 35
833,331 833,331 00000000000000000001c07dccb2bdcd2835f4a396fe4e4428f0361cf21db6ea 3,152 1.00/1.00 vMB 46
833,330 833,330 00000000000000000000470215a59eefd08e543abb17653d2e2276461f513a59 3,304 1.00/1.00 vMB 49
833,329 833,329 00000000000000000001828d893da6a809492171464428fa6e68993923e1cd50 3,009 1.00/1.00 vMB 60
833,328 833,328 0000000000000000000158dc1375f26afc6b006d764efbeab574983534ab327b 3,312 1.00/1.00 vMB 69
833,327 833,327 000000000000000000009a40f03a501ffc0ae66497bc45f102be9943f13767aa 3,288 1.00/1.00 vMB 90
833,326 833,326 00000000000000000000007c8dbb48b844bf8bd77fc3408f348f041373e70a5d 2,472 1.00/1.00 vMB 40
833,325 833,325 00000000000000000002a2430154e1a41c5a47041c3531131fc9299703157780 2,752 1.00/1.00 vMB 54
833,324 833,324 00000000000000000002ea4125490bf1a79025c33aa8e5bc1e1d9bdfe0bb51c4 2,769 1.00/1.00 vMB 29
833,323 833,323 0000000000000000000363d6e74355e911cd9473d954e4deb939ab8be9d58796 2,977 1.00/1.00 vMB 41
833,322 833,322 000000000000000000008f5dd8f3a41da609882f5d7639f15bd43aca9c6438fb 2,588 1.00/1.00 vMB 38
833,321 833,321 000000000000000000015b51b8ea0b624d556031b0c6a00db4e1143597c898da 2,471 1.00/1.00 vMB 44
833,320 833,320 000000000000000000007ea9c78429f4279b98c20594379e8c47d32354567749 3,213 1.00/1.00 vMB 65
833,319 833,319 000000000000000000029733fcd951bf93573addb967f2f5dc0b1a3fa29f821f 1,500 1.00/1.00 vMB 46
833,318 833,318 000000000000000000013ac756ee77ece134c19a8ecf0562de5e16dbf5c3cce2 2,035 1.00/1.00 vMB 54
833,317 833,317 00000000000000000001ee556ca3e91eeee3efad540a1e5f55a9e0f6714e763c 1,787 1.00/1.00 vMB 59
833,316 833,316 000000000000000000023a831d3f99c2750c9cfdf2c7f8af7f3c7c1fccaad5c8 1,319 1.00/1.00 vMB 45
833,315 833,315 000000000000000000024a77e752ec6cfce64a7f0509f3401bb758a9dd8c46d9 2,772 1.00/1.00 vMB 71
833,314 833,314 000000000000000000032431172f5496ade1e429710968aefc156ee4877a4648 2,485 1.00/1.00 vMB 67
833,313 833,313 0000000000000000000152b1acfece82bf2bdc88cb15dd26e2340a4f5e7b0f00 740 1.00/1.00 vMB 42
833,312 833,312 00000000000000000002572a3312104fb06f9f4ca8fbd8b29a4f3ef4a6fba950 1,214 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.76 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: 632.40 GB
    • Received: 12.11 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.