Loading Tool

Explorer IconExplorer

Memory Pool

75,383 transactions
28.24 vMB
0.06171945 BTC
Random Selection Loading Transactions
Max Size: 171.00/200 MB

Candidate Block

Mining Attempt 241787d01e34a6f7b7afa65155efab5658e835a4cbae5760b9d60962e681e017
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root c5a019c161091fbf1bebd9ef8840265809382061f2bcc3cc7e9137ef0b82e06a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,583
Size: 1.00 vMB
Total Fees: 0.00313585 BTC
Feerates: 40.21 > 0.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (480,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,496 434,496 000000000000000002488039a2730dbd1665bfbac6d1dccb05058afa82baba6f 64 0.03/1.00 vMB 48
434,495 434,495 0000000000000000026444d244f7ad6fc9e15371737a3d3aad25d5e028f668e7 519 0.23/1.00 vMB 71
434,494 434,494 00000000000000000416411f5f5c0eb32db956b0338361ecf4f0db8e8217287e 286 0.99/1.00 vMB 8
434,493 434,493 000000000000000002ec7b2ede9e6fe203549006a1f92c5ee6bcf79f59c63738 743 0.39/1.00 vMB 66
434,492 434,492 00000000000000000196ba4591ee2c694ebd520de1d8b3f96e8880a402549b7c 1,155 0.63/1.00 vMB 62
434,491 434,491 0000000000000000035175436fb9f800d4c7e21875471b180932355aa433cae0 1,901 0.77/1.00 vMB 64
434,490 434,490 000000000000000003220ad442851e4c13f6a51446b373fa931146c8521590df 1,063 0.50/1.00 vMB 61
434,489 434,489 000000000000000004285e02759cd8aeed545e3d037ca502eda7453667b4beb6 1,707 1.00/1.00 vMB 65
434,488 434,488 000000000000000001d928ae314cc52875747fd8b039318830b99d4c8d5bd2a1 256 0.09/1.00 vMB 93
434,487 434,487 0000000000000000000e644b4b24007e4c0064e509473b6f62fa33ef7b44f3ce 476 0.18/1.00 vMB 81
434,486 434,486 0000000000000000004edc592f3b2ce31b95d6a6c8ad07220b5856dd48f9ce37 72 0.04/1.00 vMB 85
434,485 434,485 000000000000000002f2036d417c28bc42150ffc09387df94bc00f4247a497f7 302 0.21/1.00 vMB 22
434,484 434,484 0000000000000000021fdcfe33a0d0e156d0f14d141152b9adb9d1d08af55afd 1,647 1.00/1.00 vMB 32
434,483 434,483 000000000000000000e34ac3f4a196ee697ce4fba2448be7b4176e245e2ab960 2,294 1.00/1.00 vMB 50
434,482 434,482 000000000000000003d326f961481c1b5e3b2669b2cc78e32cfc529df92dbecf 2,474 1.00/1.00 vMB 60
434,481 434,481 0000000000000000043f28dea71c5db8ab3fed8722375ada4d5bfa40c114c49b 2,386 1.00/1.00 vMB 57
434,480 434,480 000000000000000000580cd73a97c4a7cfbb9faa714c879c5f4ac2c53158113c 2,535 1.00/1.00 vMB 50
434,479 434,479 00000000000000000432012a4a18da6cf769a80428b42490c1459917da285d27 2,750 1.00/1.00 vMB 72
434,478 434,478 000000000000000003cdd3a3db3719e3af0eccb6dd3e885a9b1ac7e0ae9d9af9 2,102 1.00/1.00 vMB 65
434,477 434,477 0000000000000000020aa5851361c85658b50e59d29a4f9df219b4a49aa13ac4 1,948 1.00/1.00 vMB 77
434,476 434,476 000000000000000000fe2c679b0a10a89c84d3f6d71d95e4df717223f5cf0cab 1,881 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.