Loading Tool

Explorer IconExplorer

Memory Pool

34,950 transactions
25.62 vMB
0.05766983 BTC
Random Selection Loading Transactions
Max Size: 130.64/200 MB

Candidate Block

Mining Attempt a56414d7406f3bf1c56068e07baa737329d769bb8718c701983b45e8ca80c9cc
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root c520c963001e76030bae2fb683c2ed6e0cab76c2632b38d9705c04a543dd886d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,672
Size: 1.00 vMB
Total Fees: 0.00985338 BTC
Feerates: 145.40 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (332,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,321 582,321 00000000000000000022cdf70c4bfeb355b284122c28db1a891035e017b178cc 3,013 1.00/1.00 vMB 111
582,320 582,320 00000000000000000022f74749c84b710fc63922d798b3d657c80d1175e3d2ac 2,961 1.00/1.00 vMB 84
582,319 582,319 000000000000000000255ec8b9bb76cbabe4549f653d80cb1cd75e9d913afe56 2,061 1.00/1.00 vMB 99
582,318 582,318 000000000000000000109a7c464423d513b2c5af43db882ca1a35ba8bef333ec 1,411 1.00/1.00 vMB 90
582,317 582,317 00000000000000000000e667ae8ddc09187bac015bbd2c4af3b29b8d907d0b71 1,785 1.00/1.00 vMB 125
582,316 582,316 00000000000000000004f9037a0c7e59dff77432087961e137b5afcae25d1baf 2,421 1.00/1.00 vMB 91
582,315 582,315 0000000000000000000c7dfbb95b5c12df17280f44dd40a71662950d53056dc5 3,190 1.00/1.00 vMB 97
582,314 582,314 000000000000000000045661915fa21dd5c72e4e24676b3957af7f28dd016741 3,171 1.00/1.00 vMB 91
582,313 582,313 00000000000000000015c09afd3f866b1f7dbd7aa92bbf09e66b2885b9964db3 444 0.15/1.00 vMB 53
582,312 582,312 00000000000000000018e6018c3601a6e4184c51951af7ba059cab1ed61c4410 481 0.21/1.00 vMB 33
582,311 582,311 00000000000000000021c3b00df04a4a5630c125c58546ad27243c3f03109d09 2,567 0.84/1.00 vMB 47
582,310 582,310 00000000000000000004682a10a6e67709aaae3e9a3b6bb78bb42a40cfdd88fc 1,359 0.47/1.00 vMB 40
582,309 582,309 0000000000000000000997718c4b8c1349d4c54a498ccc353488ca34680b22b4 1,194 0.68/1.00 vMB 53
582,308 582,308 000000000000000000233df2d6f92f01a91d0f86d55f06a4063a6916fa1adfca 2,132 0.93/1.00 vMB 36
582,307 582,307 00000000000000000001d3fdec3bf8b22b671946c667a265801eda3f2790afd6 2,670 1.00/1.00 vMB 78
582,306 582,306 00000000000000000006dd0bca7d7a9789ba52de7fc38b453467cffd7db4dbdc 2,515 0.99/1.00 vMB 60
582,305 582,305 0000000000000000001f69f0b46fe4960271f2ffa59b94ee265ad9a399930ae3 1,309 0.97/1.00 vMB 33
582,304 582,304 0000000000000000001d358c995532a16814e2c2e0cab62bc86973175d78389c 2,283 1.00/1.00 vMB 22
582,303 582,303 000000000000000000017dcd14b751b8ecafc6f15ad34d60e6c00a78524c9a9f 2,730 1.00/1.00 vMB 93
582,302 582,302 00000000000000000002be334f2036a5eb11831cf279643a72984f321d0175f3 1,420 1.00/1.00 vMB 84
582,301 582,301 0000000000000000000567b1160ca99821f92319283aa52122efac94dc5c2482 2,420 0.92/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.82 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: 636.18 GB
    • Received: 12.35 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.