Loading Tool

Explorer IconExplorer

Memory Pool

25,802 transactions
27.12 vMB
0.06167735 BTC
Random Selection Loading Transactions
Max Size: 129.57/200 MB

Candidate Block

Mining Attempt 356953ad0d3a9c2bcc8f4e483c46d8e69b68b7233508a089ccbf21345375c99d
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 58316ede5858269a93742c504b9e43c827ccb6c77001a7556607d0dc9a141a6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,617
Size: 1.00 vMB
Total Fees: 0.01055998 BTC
Feerates: 150.93 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (873,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,335 41,335 0000000006e2fd90dc8f75b0ed7f706572533a69c6591a8f05057e151b6f5fb5 1 0.00/1.00 vMB 0
41,334 41,334 000000002f3cf075b4a1f7c07a84c48376f6192ad2410328f94d36928d8dbf22 1 0.00/1.00 vMB 0
41,333 41,333 00000000398c66bbe999750bf6ea16521766023bd5748ca6b4291fe6b900e636 1 0.00/1.00 vMB 0
41,332 41,332 00000000617443d5b43e1401ecf102f668b520b9f640f1dda8bc1d187d31fe9c 1 0.00/1.00 vMB 0
41,331 41,331 000000003efe7a4ed2f0d0ad94627c4615d27f61297f2ea1c07a580227220e98 1 0.00/1.00 vMB 0
41,330 41,330 000000001522cb783c69d8ac32fe463fd4f93184ee7b6a962433104e2ea862e6 1 0.00/1.00 vMB 0
41,329 41,329 000000003428a1708882a3f8b5e33d65ca1c584d4c7177f7f372f36996fc3d63 1 0.00/1.00 vMB 0
41,328 41,328 0000000002722064e3345c7af61eaccae9ed069e92a2d25d6fcfc38540a20add 1 0.00/1.00 vMB 0
41,327 41,327 0000000062a0f8f914199936b3885b6135167107dcc30a37e3c9a4e1de9154e7 1 0.00/1.00 vMB 0
41,326 41,326 000000000e75e7cac3d004dd22b568479a4c27d1c33d67e3e5df46b2370894db 1 0.00/1.00 vMB 0
41,325 41,325 000000004205a31ca009ee3782cc6a0e755a72f0e58c127be9a5552d00da114e 1 0.00/1.00 vMB 0
41,324 41,324 0000000020c067f4f7bcc5c89421ddd5731e36f93901d930f966d70b71f4d758 1 0.00/1.00 vMB 0
41,323 41,323 0000000026b4bd2d0ea640cdf290d886ca21025ddd1f07c97ed506e0da3e64ea 1 0.00/1.00 vMB 0
41,322 41,322 000000001c6f7b5ababec5263160c99b880507bf642a15b920c9c7976d952a5d 1 0.00/1.00 vMB 0
41,321 41,321 000000004f44f7ce7878f42d7e75e16bca4d3842f3fe73b2e2d2a9cea7f50252 1 0.00/1.00 vMB 0
41,320 41,320 000000005ab0606ef84d79b922e4df6ce835e1adaaaac035fcb686fdc50278b0 1 0.00/1.00 vMB 0
41,319 41,319 0000000044920f69ddb6087330858b8281314509aa9a231f50db14e52534c52d 1 0.00/1.00 vMB 0
41,318 41,318 000000000690e1957bba0c235cf82ada4857b0fdde6e03b9fd64f95e655632cd 1 0.00/1.00 vMB 0
41,317 41,317 00000000351a8bda573d03c45690122d07126243f0a513c749351029b00cfcf2 1 0.00/1.00 vMB 0
41,316 41,316 000000005dd069a1833cef91a055fe2fa11c3271835b7da2117d7917ede1ccfb 1 0.00/1.00 vMB 0
41,315 41,315 000000002983fc49b9f91d32e589f3cadd9ca0d5753bcbc201412f341ee2ae7a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.