Loading Tool

Explorer IconExplorer

Memory Pool

14,824 transactions
6.59 vMB
0.02920387 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.45/200 MB

Candidate Block

Mining Attempt 9daaf96f2f163e461bb867f85f08501ef701477d7a852ef270b0f8851ea7f611
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 61bd58f482018e7834a7c7ff3b9ae844155044a227003929222799d3cf667b0e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,068
Size: 1.00 vMB
Total Fees: 0.01478397 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (755,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,377 158,377 0000000000000dead7d3af3be63358d9480b217b0e74ab18c612bb67e085f918 39 0.04 vMB 100
158,376 158,376 00000000000007c3a7789b3371ac6cf5551dd9a7d2fdeadb682a2f21ab6f19e3 5 0.00 vMB 52
158,375 158,375 00000000000004119df9c52249ace1d5ce5da3f814f98938d8bdba9b82ba4e59 26 0.01 vMB 220
158,374 158,374 0000000000000a75311075864bb85bb20812cf11f009166c4feedc61b3897427 96 0.02 vMB 0
158,373 158,373 000000000000040a4eb3dd74e786e997ff6a840d759003f91e868078b92dd2c1 90 0.05 vMB 62
158,372 158,372 0000000000000699e9eb3f5e7887431c0eb8e72bbd83ad1b1d7932ed065d6ade 53 0.03 vMB 59
158,371 158,371 00000000000002a02265f86be15f7de9439bad22d212a90b9627454ceb64dd40 49 0.04 vMB 67
158,370 158,370 000000000000052f17e5a928737b8c1f97bc8417e04e2543f2f132df63b48fa9 72 0.03 vMB 0
158,369 158,369 00000000000005f3b76b9b7fb66449d893c747fb48fca6c2e95c627dc9c4580c 158 0.08 vMB 423
158,368 158,368 00000000000009dce327c0c636d3b1555d9329ee2695698202471b2eed9de796 26 0.01 vMB 5
158,367 158,367 00000000000004b30be7b97e01ad1d56fc68a57ef1b39bb62ec32a9f35b935ad 56 0.04 vMB 336
158,366 158,366 0000000000000a478cb61141d997ee4fa27b8a3aeb56c33116ac1d41a895a030 60 0.03 vMB 38
158,365 158,365 0000000000000dfbefad206be5467e7dc2583971590643cda0964b06ca5bc374 55 0.06 vMB 92
158,364 158,364 00000000000003144b1425afdcd2191b0e31199a2f2094ddaae2d512e1d905ab 139 0.04 vMB 35
158,363 158,363 000000000000019a6e86bf26cfcc32da9f8f4245636842d92d89205b5904d8f1 79 0.05 vMB 412
158,362 158,362 0000000000000a0cf32a156b8b1334e65a2e43b4e1da5760a7cc37f1bb3004b1 10 0.00 vMB 373
158,361 158,361 0000000000000c228d49bb3cbdc8b7a8d27387f5acd652029eb44d4b3b8931f7 37 0.02 vMB 256
158,360 158,360 00000000000001427f8721223b684b9d481664cb01a66e4e47b1bfbb83911bf4 6 0.00 vMB 0
158,359 158,359 0000000000000815bfdd620704cbafc8a5cf1ca65c606af81acb7faa94cb6645 24 0.01 vMB 201
158,358 158,358 0000000000000cc6b7d9709453f121bad28ba3328491912e04cb4c8716a0498c 44 0.02 vMB 109
158,357 158,357 00000000000001e34b37e8464ec63bba491af75c7a668cbb3b2f8743fa4a5a9c 125 0.05 vMB 38
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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