Loading Tool

Explorer IconExplorer

Memory Pool

73,317 transactions
28.23 vMB
0.07304163 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt 8ee1d315f0b984539f4cb11b3fb3634f65847968597f01099264f29bd6c43c0f
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (439,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,323 475,323 000000000000000000616416f225ed9b818520d19b13cce95cb2e71d308359fb 1,760 1.00/1.00 vMB 75
475,322 475,322 00000000000000000187e55d83cd7d7b87027ebff90f5a8287bcd84ef6738e9d 1,753 1.00/1.00 vMB 43
475,321 475,321 00000000000000000017ef6d07f1ffb5fd23533e8e1081d24601a5e47f8f1589 1,966 1.00/1.00 vMB 231
475,320 475,320 0000000000000000012a5338e007a109fdbaa46e3fad108d8a2f1f1dcb3f6446 2,159 1.00/1.00 vMB 68
475,319 475,319 000000000000000000746bcc20463036af6deb09931d78fbd02546042b80f1d1 1,733 1.00/1.00 vMB 130
475,318 475,318 00000000000000000121c2bd67ada3ebfaaa9b30bd01d0e71a4e52695a7ef938 2,594 1.00/1.00 vMB 255
475,317 475,317 00000000000000000087f9737e8022e5ae5d91bdbfe35132d6dd7272d688760a 2,537 1.00/1.00 vMB 48
475,316 475,316 0000000000000000004c65981edc26edc833ecc96c250e1448d35d4306aea1cf 1,921 1.00/1.00 vMB 95
475,315 475,315 000000000000000000cf682717ead7016746017175a798ca87f70776fb113a15 2,743 1.00/1.00 vMB 258
475,314 475,314 000000000000000001884c83c7f33ce501ed2bdba6c67978c6a3ec23a6b7a4ae 2,023 1.00/1.00 vMB 106
475,313 475,313 000000000000000000203baa323463bfb27a3b85fde72d30db9921983b812834 1,340 0.69/1.00 vMB 217
475,312 475,312 00000000000000000101924a136d3dc5f97ca431c39198591b7f87958f76a197 1,673 1.00/1.00 vMB 155
475,311 475,311 000000000000000000216ca7416e1c0d06c32eda32ef9e2a3ae34f29c079bf42 2,312 1.00/1.00 vMB 105
475,310 475,310 000000000000000001306c9fe38f35f71c4c65ef2db82a12719f382801d7d143 1,503 1.00/1.00 vMB 62
475,309 475,309 0000000000000000011d8281e7359543503aac0f7489df1a3148f3be6f950f2f 1,894 1.00/1.00 vMB 229
475,308 475,308 000000000000000000e160d7e186736ed8bf19e7f7afb97b7c15ef9c2d06a04e 2,043 1.00/1.00 vMB 244
475,307 475,307 000000000000000000a92d0a6b8d2e430544bf6bb9d0cbef7fbbe0b9d46eb16a 892 0.49/1.00 vMB 219
475,306 475,306 0000000000000000016a3a0e4997767d92214392ca2f68867af7cec16821d32c 1,918 1.00/1.00 vMB 175
475,305 475,305 000000000000000001528a958dcd2055b5787823519bacd441dd3f2fd9ecae8b 554 0.22/1.00 vMB 188
475,304 475,304 0000000000000000000391a84aa9059e6d5b4d45d3ed9b3af2bf931460f8bee3 304 1.00/1.00 vMB 10
475,303 475,303 0000000000000000018280da35e1ab88c0e3b266847228a4bd8982cc55b36279 354 0.30/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.