Loading Tool

Explorer IconExplorer

Memory Pool

72,444 transactions
28.03 vMB
0.06170739 BTC
Random Selection Loading Transactions
Max Size: 166.23/200 MB

Candidate Block

Mining Attempt be34f7fd9f6fa2a352f9d41dfe9258dd5f94c36df1d25913bd5bb8c8447344a2
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 65b72cf7f81bc19962c0525f28431c07ab30e84fcc024de3dec4a742c6cf5451
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,727
Size: 1.00 vMB
Total Fees: 0.00558119 BTC
Feerates: 40.21 > 0.56 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (397,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,410 517,410 00000000000000000008393a4f63bbf7da59faccd5dd3c907f4450c33c686dd2 1,545 1.00/1.00 vMB 30
517,409 517,409 000000000000000000007656d2434f76fbe9b38d7993a84e2c909bd2c0bdc930 2,382 1.00/1.00 vMB 55
517,408 517,408 000000000000000000327198cdc59231d13efbbd08031dfece240e6ec440db74 1,835 1.00/1.00 vMB 15
517,407 517,407 0000000000000000003f3c4c0049fa2d762c1f65913a78cd3957c12001e95732 2,719 1.00/1.00 vMB 23
517,406 517,406 00000000000000000028ea2d08fc99a1a7ca82df5ba3e10ab35889a1274d897a 2,482 1.00/1.00 vMB 26
517,405 517,405 000000000000000000472dfb742b1870565571a7949eadcdf1e6192aa97b8d9e 1,361 1.00/1.00 vMB 10
517,404 517,404 00000000000000000042ebf087122fd988e635484579003083b552563ec1c5e8 1,620 1.00/1.00 vMB 30
517,403 517,403 0000000000000000000e7354ee7f81253b67c50a99b2d52101760e86224a6d19 1,886 1.00/1.00 vMB 23
517,402 517,402 0000000000000000003ecf1a3d0331e75d2c1462dc9041c882b4eb6719ab7a85 2,293 1.00/1.00 vMB 74
517,401 517,401 0000000000000000000c028253681cb24e61e81ec897ee8a1ec133cc52f547b2 1,312 1.00/1.00 vMB 15
517,400 517,400 0000000000000000000f76b44f8d4c27586259b3460d41a88e5d7c39a76d0dca 2,194 1.00/1.00 vMB 20
517,399 517,399 00000000000000000039a8ce5bfd67261ba643d0fc157f509260b9aea4ba6914 1,802 1.00/1.00 vMB 14
517,398 517,398 00000000000000000025afa4a75399795e9e7409fe0123f73a6cfa0b1c79baf8 1,532 1.00/1.00 vMB 26
517,397 517,397 000000000000000000454b57f6bae232ca069e1c2d5672a2cd91e578297b37eb 1,178 1.00/1.00 vMB 62
517,396 517,396 000000000000000000259ef910a87931ef5631f8fdd698bc8c9bbefdee15b77c 741 1.00/1.00 vMB 60
517,395 517,395 00000000000000000028137b54d80c87e38787705c71439e6b6e4e7f76f9f0c3 2,442 1.00/1.00 vMB 37
517,394 517,394 0000000000000000001595f115e24900ec7aa92f7b32e4416c8b85a0bbd8e938 1,172 0.78/1.00 vMB 8
517,393 517,393 0000000000000000004a567548e68d2142683128cdce53846a5930bd67d611ae 1,081 1.00/1.00 vMB 14
517,392 517,392 00000000000000000035b79254901fc8310c3a1dcbe02205dbaecc1b7ec0c2f8 339 1.00/1.00 vMB 3
517,391 517,391 0000000000000000002b1556158d28ddf74a0c02895cca26d6037a4dbcfb2429 248 1.00/1.00 vMB 3
517,390 517,390 0000000000000000001a26f17852490b1d9783828b411d18e0dc253ed856a0a8 1,078 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.