Loading Tool

Explorer IconExplorer

Memory Pool

85,226 transactions
31.92 vMB
0.19640823 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt 08442d4bbd47e3c730a45dccf548c4eda22afbdca0e87c4683b601994b2cea44
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b3939a5de7a0305bb2e407e003ff9d36252ed39511edf8bdb4c105c918e2a4a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.07571431 BTC
Feerates: 301.64 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (120,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,391 794,391 000000000000000000033feac1f4a3bab7fbd79db15b2086b6ce84c5f2fe744a 2,573 1.00/1.00 vMB 16
794,390 794,390 00000000000000000001b68071e7733cc1e6c660cc1b5bcd17952327ba1beab7 3,636 1.00/1.00 vMB 16
794,389 794,389 0000000000000000000363bbebe7ac01f1bfdd409451a67bbc828a01410bc513 2,918 1.00/1.00 vMB 30
794,388 794,388 0000000000000000000203f8822791c9cd53e47f6a7494ae4c0bf06c2e626737 2,438 1.00/1.00 vMB 15
794,387 794,387 0000000000000000000042766d4fcdb1e79b57848fc1770702fdc788b7b686fa 2,663 1.00/1.00 vMB 21
794,386 794,386 00000000000000000002e76f160e98509f53668683f8bf001f65d0edb727eeff 3,184 1.00/1.00 vMB 26
794,385 794,385 000000000000000000014bcbb4bfe32ad04bad53ffa625db5edb61319c779518 3,534 1.00/1.00 vMB 43
794,384 794,384 00000000000000000002c5cda3697ab16c6a96d25026f367d82a57999b1cb7e9 2,911 1.00/1.00 vMB 21
794,383 794,383 00000000000000000000c31866e3a4a427bf96b06aa79d83235fc00fc47ee673 3,184 1.00/1.00 vMB 14
794,382 794,382 0000000000000000000468b2667020bd7b29e993797c3729448b4b463e3e919d 2,752 1.00/1.00 vMB 20
794,381 794,381 00000000000000000001dbf3ba3ee2ed77e8f2859a5c82bf9a603262f2b0f602 2,264 1.00/1.00 vMB 29
794,380 794,380 000000000000000000038e86424030602573a47feec1d16f016c0ec36e706b46 1,366 1.00/1.00 vMB 30
794,379 794,379 0000000000000000000151a0dc582b11944abd3ad9e64c6e81dcf2c704851a5e 3,309 1.00/1.00 vMB 19
794,378 794,378 00000000000000000001e1be452e3088aa600f52acd9e12d6a2919294a9be411 2,334 1.00/1.00 vMB 12
794,377 794,377 000000000000000000038c0d81142c89f2e967ef081e3a36e8e03bd27dacbbd4 3,391 1.00/1.00 vMB 27
794,376 794,376 00000000000000000004f9363d08fc2bd270adb8c1bcbc7022dff5e8857a855d 3,029 1.00/1.00 vMB 24
794,375 794,375 000000000000000000016ddf56d0fe72476165acee9500d48d3e2aaf8412f489 3,203 1.00/1.00 vMB 38
794,374 794,374 00000000000000000003feae13d107f0f2c4fb4dd08fb2a8b1ab553512e77f03 3,416 1.00/1.00 vMB 20
794,373 794,373 0000000000000000000350fc8c18e91c08323902d73118ce155f9e67173907e5 2,700 1.00/1.00 vMB 27
794,372 794,372 00000000000000000002e70cac8dfaa14637f7eed7e68dee131dd1e5ba9b1aac 1,599 1.00/1.00 vMB 21
794,371 794,371 00000000000000000001425fa4c1e2ff3b5f75a9f26f461b97e8d653d600e378 3,252 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.