Loading Tool

Explorer IconExplorer

Memory Pool

88,398 transactions
33.03 vMB
0.12180321 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 2b6ea3ef8f7b9b63f5ae608b12b98e7d59cfe3201f28e9065bc913723d7f7141
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root 136694a8444e09593d2840cc16b28fb7792d6f8f3d36e9a8aaf39265cde1b4cf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,912
Size: 1.00 vMB
Total Fees: 0.03567655 BTC
Feerates: 318.30 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (501,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,371 413,371 000000000000000000328bd434e712b41f7af155526e33c5151b074f4c01f96d 7 0.00/1.00 vMB 183
413,370 413,370 000000000000000004e818288c4917b02fd24a949a1ca38976d169f171fc5167 1,994 0.75/1.00 vMB 81
413,369 413,369 000000000000000004d221da9a7fa88e5e73bc5e3fa4429f7c3ee9c48dbbe266 2,633 1.00/1.00 vMB 84
413,368 413,368 000000000000000003609c3701d209df7059029e9725d7f8a31d868b779ef1a8 1,341 1.00/1.00 vMB 46
413,367 413,367 00000000000000000539fd381c7670ae634feab67b239bf6647a370a8cf75151 2,203 1.00/1.00 vMB 75
413,366 413,366 000000000000000004d535dd9a6de03733cb62793c3e8b60c171e17a82b7a142 2,713 1.00/1.00 vMB 68
413,365 413,365 0000000000000000008e3be68cef2d025961a34faeea977594360a8a6836bf53 3,011 1.00/1.00 vMB 71
413,364 413,364 000000000000000002f00f5c7134a0197f774fc0bdddc5570f7f32045abf70c8 2,737 1.00/1.00 vMB 66
413,363 413,363 0000000000000000028a06ffc87636bfd00d7be6ca15e37a8341786fb6b6242d 717 0.59/1.00 vMB 26
413,362 413,362 000000000000000003376c198d5fb565d8162a9f6fa39a7c5c6b71af46f72383 1,434 0.60/1.00 vMB 53
413,361 413,361 0000000000000000044d3a522f05fe70926cefa50ba12a5bd3dfda5fb6820dbb 676 1.00/1.00 vMB 9
413,360 413,360 000000000000000001d7da0e3a56ab6525e8b8f0a5f40cbb752c4f18fd177042 2,520 1.00/1.00 vMB 51
413,359 413,359 0000000000000000015346fab20bb806f779d007dc77edcb8fe1ba22f85f56bb 1,821 0.95/1.00 vMB 29
413,358 413,358 0000000000000000054288d2c4a8b4507b237f73a3958b1b2a365385ac9a257d 2,316 1.00/1.00 vMB 57
413,357 413,357 0000000000000000031ad1e8f5609df32aecf346210fb70258f739efd3f8dc27 2,597 1.00/1.00 vMB 65
413,356 413,356 0000000000000000055ebe7d51de0e8cbb775073fe71c86ccb5f483181d04079 620 0.50/1.00 vMB 48
413,355 413,355 000000000000000004cf326b4a2de094abdd07c809c0354015b6cdca091023c4 1,672 1.00/1.00 vMB 18
413,354 413,354 000000000000000000e99b888823d85a815156be8155e2ef86b437d7b4556dbc 2,806 0.99/1.00 vMB 68
413,353 413,353 000000000000000004684f93d0842cbc3bf5e2737a94019047da6c6f87212ef2 1,341 1.00/1.00 vMB 24
413,352 413,352 000000000000000003d573f5b03cc1d070e3c89aef54eb88a492b1c521bcf05a 948 1.00/1.00 vMB 23
413,351 413,351 000000000000000005045ec4e9efd8bb1542b2e87aa4c925616dc9d3e55b5e4f 1,277 0.92/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.98 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: 717.13 GB
    • Received: 17.82 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.