Loading Tool

Explorer IconExplorer

Memory Pool

78,058 transactions
28.95 vMB
0.07838979 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt add2076a7ddff485cec9106e1a61ddf5cb1c21f3b832dc27d9a7aa272d1bd7b3
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9e472b6dd9bb6fd2929b8079d0ed1f90f7a880627da85c67286d94a31f29d62c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01803266 BTC
Feerates: 100.81 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (296,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,392 618,392 00000000000000000007fdbd002f7a172fbea4af336a349443328c1bee86ba60 2,660 0.82/1.00 vMB 8
618,391 618,391 0000000000000000000eb32c81daa3d90f606296ee1fea1b67ba1eafa071506d 2,835 1.00/1.00 vMB 12
618,390 618,390 000000000000000000103907b2c5f53ee30a48501c5d3bcc72fa053b145d0e27 3,280 1.00/1.00 vMB 17
618,389 618,389 00000000000000000001c858716dd39cdb95a3fa044486c48266aa81f17666e8 3,060 1.00/1.00 vMB 19
618,388 618,388 0000000000000000000deff624cbefd864c0a8ae6cb7e48f3f90e444e1a4694d 3,059 1.00/1.00 vMB 11
618,387 618,387 000000000000000000018620b0eab952ebd56234185633b5328c652d8cdd52d9 2,827 1.00/1.00 vMB 26
618,386 618,386 00000000000000000002ce80ee858067b9c9c0ad26059ed1d01d3a4d2ea619be 2,910 1.00/1.00 vMB 7
618,385 618,385 00000000000000000000526d4c96a2187f5d69ece1d43f86bad2d7f1347569a0 2,801 1.00/1.00 vMB 21
618,384 618,384 0000000000000000000c9f6d8ab5a09a77174a00d7a89d2a6dc0a6f7366a713e 2,444 1.00/1.00 vMB 32
618,383 618,383 0000000000000000000dfe1907b79ae907869df0d00eeafe0fff93df34d9d7b4 3,043 1.00/1.00 vMB 23
618,382 618,382 0000000000000000000928187ea87ce19545150d95dc3c2ef1f2d9660ce1993f 2,498 1.00/1.00 vMB 28
618,381 618,381 0000000000000000001037d29b512d3b95025bb636df980a915eaec08e96524a 1,735 0.56/1.00 vMB 5
618,380 618,380 000000000000000000045ac1f56051fb5310e5cafeb7afccaa7a5b4c71cb1faf 2,897 1.00/1.00 vMB 24
618,379 618,379 00000000000000000002a73d06e910fb69c94fd74dc1b8e50aceedafe8634d78 3,264 1.00/1.00 vMB 18
618,378 618,378 0000000000000000000b8e497494ce7590ca616faebaa3048f80bc9d53a058eb 1,323 0.37/1.00 vMB 21
618,377 618,377 00000000000000000009fe82fc8fa4048543eaac10b5bf883020f853b5cb7827 2,519 0.74/1.00 vMB 17
618,376 618,376 00000000000000000003000733162bede476149f4fc1dc9ccd771c14337cc358 1,894 0.74/1.00 vMB 8
618,375 618,375 000000000000000000023e4e3ee5a5de9f4d38dfde094abf78bbfb3071b18035 2,686 1.00/1.00 vMB 19
618,374 618,374 0000000000000000000179eeb46daa3b6a62427040e4a56f56e8271984030393 2,155 1.00/1.00 vMB 3
618,373 618,373 0000000000000000001081bee91556680e18ea9af28baef6a318b30f2f751d1a 1,689 1.00/1.00 vMB 15
618,372 618,372 000000000000000000062135311ecdd4bcd6b74c28260ca3bd38737d9f4f030b 1,151 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.