Loading Tool

Explorer IconExplorer

Memory Pool

80,894 transactions
29.50 vMB
0.10226900 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt fc52f7783270dce5e224b29d39288b6713f28a37c3fe015e881acd70c2b1efef
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 42ed5b8a66a0ef7eec34404ed916c4c55cfb878522f9335ed3bd0ee60611f734
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.04024003 BTC
Feerates: 146.36 > 4.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (294,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,478 620,478 000000000000000000112c782f60e5689c505be6e6bf4d2a82bf1b1de73d4b14 1,106 1.00/1.00 vMB 19
620,477 620,477 00000000000000000000c6ca2f9ae350438f74eeef403dc8612903db5417487d 1,754 1.00/1.00 vMB 23
620,476 620,476 0000000000000000000c8a7c1ca4854de651a9b2b3927265d6d8c545ff495b40 2,597 1.00/1.00 vMB 26
620,475 620,475 0000000000000000000f1c21ff4ab49a0ea69f45440d2c25bfbb33d9061df4b9 1,873 1.00/1.00 vMB 24
620,474 620,474 00000000000000000008f153b19176628fbd08766d36a94f5b4ef1985ccfade6 2,488 1.00/1.00 vMB 28
620,473 620,473 000000000000000000049f44b868a92d7ba067c19bd5eb90a7ff804308b5fded 2,814 1.00/1.00 vMB 18
620,472 620,472 00000000000000000003d223462a41118be967eb9072b2c200a4fa5a97017244 3,040 1.00/1.00 vMB 27
620,471 620,471 000000000000000000074dffad76a5aaa317557a1faf565f0047c0c50d3af87a 1,712 1.00/1.00 vMB 20
620,470 620,470 000000000000000000052bbeaa1485acc7f1e87cbb27d8980228cab4eedc054d 997 1.00/1.00 vMB 74
620,469 620,469 0000000000000000000fe1a9a69f513f06910b5223cd6da739776fbd2458d84b 3,351 1.00/1.00 vMB 29
620,468 620,468 0000000000000000000c422e2e979a35791b38846abfaf2b4fc3eb05d8fa8719 3,061 1.00/1.00 vMB 27
620,467 620,467 000000000000000000062d471f2fe852b42a645f694528c54203d371fcad4e37 3,076 1.00/1.00 vMB 21
620,466 620,466 0000000000000000000fa53384563907d4d3abd24896094d274a1a8ad053264f 2,778 1.00/1.00 vMB 38
620,465 620,465 00000000000000000001b4894db100902974dc2c142c9c7c16a4b17c46125992 2,121 1.00/1.00 vMB 14
620,464 620,464 00000000000000000001aea6e9344f635ef8d20ab676d144977aa5f0deb6efa0 2,871 1.00/1.00 vMB 14
620,463 620,463 0000000000000000000c2bf763cc9adc4843e923c95940248eb4e676cf277a1b 2,623 1.00/1.00 vMB 21
620,462 620,462 00000000000000000002c85f7b0f0025e46936c62ad2f68e3d3437dcde32adce 2,846 1.00/1.00 vMB 16
620,461 620,461 0000000000000000000204e60762bf35d993e527da146b063f84f10f61e0cd15 2,923 1.00/1.00 vMB 30
620,460 620,460 0000000000000000000ca42cc53c74b5d221214210e4aee9a0e2f94e07780e38 3,085 1.00/1.00 vMB 20
620,459 620,459 0000000000000000000c91618be82ebb870e9e6cffe3846624e47d05992a6dc1 2,816 1.00/1.00 vMB 39
620,458 620,458 000000000000000000011de3f5a889dde4ce79158b9856ca9365143984745f7d 3,234 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.53 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.98 GB
    • Received: 15.68 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.