Loading Tool

Explorer IconExplorer

Memory Pool

39,545 transactions
26.74 vMB
0.06937140 BTC
Random Selection Loading Transactions
Max Size: 138.09/200 MB

Candidate Block

Mining Attempt 57ecdeae4b83bde44bb6868b710abc320ccae8ff865254a17238a8d4861589ae
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 09a81d98b5761c92275da7e7a50653d0ea1a59b204d164e6a493df7f8b2214fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.01883531 BTC
Feerates: 301.60 > 1.89 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (417,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,299 497,299 000000000000000000909dc3f40b6beb291a580bc8aa7278e48712acb791dda1 1,176 0.99/1.00 vMB 146
497,298 497,298 0000000000000000007245f091b0fd5a39483a6b360507ff575ee189ba94e591 2,298 1.00/1.00 vMB 148
497,297 497,297 00000000000000000004a7e25eac6533515cc40fa356ff058c462bdeff8fe018 1,982 1.00/1.00 vMB 148
497,296 497,296 00000000000000000077742688bfb793cf4672cdadab4819a9e186d778156567 2,800 1.00/1.00 vMB 191
497,295 497,295 000000000000000000a834a2f738ecee482774c347fde21b94ef6c4a7aeff567 2,591 1.00/1.00 vMB 168
497,294 497,294 0000000000000000002e4d518cc5249303b3f140c14afde4bcf4e5a75debf508 2,693 1.00/1.00 vMB 197
497,293 497,293 0000000000000000002b41d96ab955886d6e15dd2afba54f43328eba9f65947c 2,259 1.00/1.00 vMB 105
497,292 497,292 000000000000000000acb6fe1f85e5442f777af143e1c3e7c36e242c89ffefec 1,194 1.00/1.00 vMB 28
497,291 497,291 00000000000000000050f504e37cc0d9300df462014a2718af522e4be41764b0 2,576 1.00/1.00 vMB 68
497,290 497,290 0000000000000000007e1e4c492ac29a213e7f6cae65109fca35584264f7a02b 2,301 1.00/1.00 vMB 15
497,289 497,289 000000000000000000630edd01961cad551a5b2b2edb758d4c4d3ca70d7edb08 2,605 1.00/1.00 vMB 115
497,288 497,288 0000000000000000003fae94eb6d2f5c9b7b6a967c045ed1c91736c1b368b25a 2,104 1.00/1.00 vMB 21
497,287 497,287 0000000000000000001ad9ba0a958e773638b17ae5c091eb127b2f48de3c8dc4 2,553 1.00/1.00 vMB 242
497,286 497,286 00000000000000000027aba10a7a0d2a0abfba0e147d7339b6487197ccf16d47 2,958 1.00/1.00 vMB 146
497,285 497,285 000000000000000000a1fc40df984069378798ed423c4735520c1fa5c2cc3778 3,154 1.00/1.00 vMB 126
497,284 497,284 000000000000000000b11cc0aadb1a84324b406b631b6cf1bcba41f6841bc3f4 2,485 1.00/1.00 vMB 133
497,283 497,283 000000000000000000c70e3928838d297be8d59eb047f52e68e5a841543eb536 2,167 1.00/1.00 vMB 31
497,282 497,282 000000000000000000ac5ec7530c62eedace11b95922e5013548a9d8ce543ada 3,215 1.00/1.00 vMB 145
497,281 497,281 0000000000000000005d2cad52c70a22f662883fa2645f938303de191ce94d65 3,009 1.00/1.00 vMB 97
497,280 497,280 000000000000000000387762ebd9be34c80197bdc54932d2fbe90392b3d4e882 1,745 1.00/1.00 vMB 13
497,279 497,279 00000000000000000084316f5b071a1989d8d2ac76db4a5e824cd1fc0c4d23da 2,459 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.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.