Loading Tool

Explorer IconExplorer

Memory Pool

30,734 transactions
7.68 vMB
0.14417253 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.95/200 MB

Candidate Block

Mining Attempt 31f959c2f1f0d5fb9a926329240520f3219c1a1f6a09572d3a22bd45493b5d92
Version 20000000
Previous Block 000000000000000000012d5e3ed3659a88a18c3790d8c0c3733a33c0ab1131be
Merkle Root b51c653b3d6cf1c03ae145bbc9932c2c2e7f9ea671a00b3688ee8ca130f7939d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.09017286 BTC
Median Feerate: 4.72 sats/vbyte
Show Transactions Loading Transactions

Blockchain

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

Node Details:

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