Loading Tool

Explorer IconExplorer

Memory Pool

75,399 transactions
27.83 vMB
0.08307448 BTC
Random Selection Loading Transactions
Max Size: 169.72/200 MB

Candidate Block

Mining Attempt 8dda1281e403d9a01d2811d16449722922ace9c252bf3c291cd8fc7a3edfa91f
Version 20000000
Previous Block 00000000000000000000e688f97ccb81e4d6cc7bbc0a5091e24a52bc286c17c9
Merkle Root 834be86faaaeca4f3ddc644927e9d219a7618c94d7e33b4cbbe66310dd79d977
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,319
Size: 1.00 vMB
Total Fees: 0.02344083 BTC
Feerates: 555.06 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,282 (343,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,514 571,514 000000000000000000286df66cf77116abef802fd17cb50a0cac85168b3b053e 3,268 1.00/1.00 vMB 61
571,513 571,513 00000000000000000018fb20d87c5f959aa00dc0f12cd3b7b667ebc74e489f8f 3,351 1.00/1.00 vMB 39
571,512 571,512 00000000000000000012ac7a5980ca2c66e39dabe358b82337aadf6ffd8a1e4d 3,185 1.00/1.00 vMB 33
571,511 571,511 00000000000000000003bdcf67ba7a2dc4c21e6ed0bd6ff6204376b5128b59b0 3,302 1.00/1.00 vMB 99
571,510 571,510 0000000000000000001175c61ab2398c4db5c22df2090890b8373db0104f3f74 3,384 1.00/1.00 vMB 64
571,509 571,509 00000000000000000020946b571c6b81e34702e94f7696a64bf72d25b58fead3 2,990 1.00/1.00 vMB 9
571,508 571,508 0000000000000000000f07fe0d6b768be0784e07b1cc0f34443ebeb761e133a8 3,057 1.00/1.00 vMB 37
571,507 571,507 00000000000000000010ed0fe29be50b60fc77e49f59ae1a8883a81070fc2eb2 2,326 1.00/1.00 vMB 47
571,506 571,506 00000000000000000013bd12e1e962d672af78c2b9789dc64b88be14debe93c9 2,906 1.00/1.00 vMB 36
571,505 571,505 0000000000000000000daaef0aec40c73df294cf4a9de165a6a9b4329285ac2e 3,161 1.00/1.00 vMB 9
571,504 571,504 000000000000000000296be96cf9774ab5830c566cfdf3af466f30fc52c89aee 3,259 1.00/1.00 vMB 27
571,503 571,503 0000000000000000000f00b5ae6e11aacce7483da7ba79fd98010033ab8ea569 3,310 1.00/1.00 vMB 67
571,502 571,502 00000000000000000004a6b5d3a0a8361d2f03905d08d82cbc8c77ef2d1112af 3,237 1.00/1.00 vMB 13
571,501 571,501 000000000000000000173f1d6127a04e47c451468955cc87c75524ec48e6e17c 3,276 1.00/1.00 vMB 93
571,500 571,500 0000000000000000000a9e92bd5e89a07023e23fb9c83d61e085fe9691db4164 3,366 1.00/1.00 vMB 38
571,499 571,499 0000000000000000001dbd4f289bd44c1b14f94d580eea44b32b1267d65ed91c 3,010 1.00/1.00 vMB 49
571,498 571,498 0000000000000000000e57e21cb3e0c437f3114059ff293066304d350fb2636c 2,924 1.00/1.00 vMB 42
571,497 571,497 00000000000000000019e968a85c03f280026e5370cfe0e8e1712c7f17962505 3,025 1.00/1.00 vMB 70
571,496 571,496 0000000000000000000aa419f56655941d907edec237f66976fab617026cddee 2,830 1.00/1.00 vMB 16
571,495 571,495 0000000000000000000c40b01c4a6544442d432389b2eaace3fd8e6d49207552 3,078 1.00/1.00 vMB 92
571,494 571,494 0000000000000000000034e588ab469b43d95a96afaf7f4e2cbbc448e674a186 3,063 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.88 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: 713.27 GB
    • Received: 17.34 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.