Loading Tool

Explorer IconExplorer

Memory Pool

42,468 transactions
30.57 vMB
0.08645700 BTC
Random Selection Loading Transactions
Max Size: 155.34/200 MB

Candidate Block

Mining Attempt 619aefa0d5b7f07d8cb83906b9bb1d309b7915e69ca19926063342e901cc9e46
Version 20000000
Previous Block 0000000000000000000042e3a8fe719886cf780b9d29b63361b85b7db1c82377
Merkle Root d193405ea1d5df787df2a06e63e5587efa29e49a530fcccc34cad44b98140998
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,990
Size: 1.00 vMB
Total Fees: 0.02525268 BTC
Feerates: 101.65 > 2.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,438 (795,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,222 119,222 00000000000000759663f238c270c4b706e3490b2e7ffb1dfc511c7ccd5eca30 1 0.00/1.00 vMB 0
119,221 119,221 00000000000040ea9903e39ad3e753a8e7e9839aef662087ff43a53fbed3ab9f 22 0.01/1.00 vMB 900
119,220 119,220 0000000000001d58da7767f7b92f5f5639524071966e556cab2619c7fef7c457 14 0.01/1.00 vMB 798
119,219 119,219 0000000000006b9c2f4f033206f04f1206f0f0fb6d7d8e4b5c802fc1f1e9e80c 107 0.03/1.00 vMB 96
119,218 119,218 0000000000002e4cf9c4325050b40f4d9053e985dbc39d05f74360aba23c7e46 13 0.00/1.00 vMB 1,388
119,217 119,217 00000000000018e74b4ca6642073ae753df3e81d355a8b4b892b32111e801889 43 0.02/1.00 vMB 494
119,216 119,216 0000000000009571a86995a2c2758ff7ffa6fbffe187849f461c07a0a6976b6e 1 0.00/1.00 vMB 0
119,215 119,215 000000000000856f550b5be3ae2338c5a162ccd7f92c0a68a9b58e5dbcc21d99 8 0.00/1.00 vMB 354
119,214 119,214 0000000000006096ee4f5f1435b149e9f57f71c67eaddcaec3c54f34f1680b25 119 0.04/1.00 vMB 529
119,213 119,213 0000000000000e40959cd51f718fb05fd4827511456c7cebed1fb95883347afc 43 0.03/1.00 vMB 496
119,212 119,212 0000000000003bd321423ff8ba903d2c3cf734fdd4d974f08da84459bd4f34de 12 0.00/1.00 vMB 555
119,211 119,211 000000000000b0d38ec4d1ae5c5a8a2492798dee28e01f57906ff56488b265f2 14 0.07/1.00 vMB 967
119,210 119,210 00000000000022fa713bb8275661f9c3a8160b04168975949409f90602086203 10 0.19/1.00 vMB 1,141
119,209 119,209 00000000000093fd7e5ca8f7f1cf6440700beed54636a8c030c82a7d636e0746 274 0.10/1.00 vMB 121
119,208 119,208 0000000000003b7d22cc6d1c6cfabdcb99de7a14b160e0788604ed2a2d059a82 8 0.00/1.00 vMB 0
119,207 119,207 000000000000a9d745464968e41560aa5d5b01c9255ae638851449f2805e6f3f 10 0.00/1.00 vMB 0
119,206 119,206 0000000000002e0fde5e30f3bc9656f4bafa583fb913f3818656a0a9f3f0efcb 15 0.00/1.00 vMB 1,149
119,205 119,205 0000000000006dd44c0b218a972460884ca39477aa6f796bf4510d399a1a6585 35 0.01/1.00 vMB 690
119,204 119,204 0000000000002fdc616a78149141242ac9b5ae5b3b21fe38dc8f9c91cc52aec1 20 0.01/1.00 vMB 309
119,203 119,203 0000000000004cefe3d55eb4f145efcf38e00d06583d921dfd863b046831e3ef 9 0.00/1.00 vMB 203
119,202 119,202 00000000000041763baf491ebe97777bdc0e81708203881b97b1d80a59d322d3 9 0.00/1.00 vMB 882
Previous 10 blocks ↓
Total Size: 781.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.50 GB
    • Received: 10.44 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.