Loading Tool

Explorer IconExplorer

Memory Pool

77,269 transactions
29.22 vMB
0.08303661 BTC
Random Selection Loading Transactions
Max Size: 178.32/200 MB

Candidate Block

Mining Attempt af7a8637deaadd09664f3ae87048a20b711a99c6dd02c4d9627a2022f5744787
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root c54f9f03859bf7ce9c805033726b029499a593bd1bef54e12aed7a3f3e76b8e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,876
Size: 1.00 vMB
Total Fees: 0.01894967 BTC
Feerates: 301.35 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (454,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,725 460,725 0000000000000000014d9b7ae29b4eb94ea7ead77a881eee696e03aeb2ac4264 2,142 1.00/1.00 vMB 123
460,724 460,724 000000000000000000ed9fe0462a847809766424a50c2474fdd1a213c7e3fc69 3,286 1.00/1.00 vMB 124
460,723 460,723 00000000000000000051e3158b314e1b4eef82e80492223cdd8f832839a2c30e 2,639 1.00/1.00 vMB 135
460,722 460,722 00000000000000000137e11fed4b03a5bda7aa6b0ebaea604ea892974e96fee1 2,151 1.00/1.00 vMB 142
460,721 460,721 000000000000000000effaf4bd66dd9af6bc7f4c7b96a44d0910a7624bf6f4a3 2,542 1.00/1.00 vMB 176
460,720 460,720 000000000000000001f4ae9a2269616a483612d936df561e8513c377fcd1dfc7 2,225 1.00/1.00 vMB 160
460,719 460,719 0000000000000000004a7c02cacccc16e5781561fc53b54cdacc14b2b288c8a7 2,904 1.00/1.00 vMB 216
460,718 460,718 0000000000000000018bbb7f69e9b1de2526418a71685de248ff4559a38b010f 1,786 0.99/1.00 vMB 172
460,717 460,717 000000000000000001dcc941665e12c04eeef6d0ffd20af1771df5b3dd80155c 2,779 1.00/1.00 vMB 139
460,716 460,716 00000000000000000007a773f497322547a5daff3dc7cd9201a5bd6f471ef5a6 1,297 1.00/1.00 vMB 111
460,715 460,715 00000000000000000007150aa5e96a935abc4b228f42f12e41415a166a711189 2,295 1.00/1.00 vMB 156
460,714 460,714 000000000000000001dd2afb252932b1629897c3c1f8dbd0544bcf5bdadfe0a7 2,736 1.00/1.00 vMB 163
460,713 460,713 00000000000000000078281e4366b9a489a4a3228b316f52b635a4a56e1ac4ee 2,058 1.00/1.00 vMB 323
460,712 460,712 00000000000000000118230ff65747dc3f40189698ac5594ebc572ca6599abf0 2,587 1.00/1.00 vMB 210
460,711 460,711 000000000000000000ef6ca79da5a61475f01b17267ef0f153b03d8383066ab7 2,293 1.00/1.00 vMB 175
460,710 460,710 0000000000000000017fa6cbd98e41aee2c5eb14f1f0e5259038521412514fe9 2,220 1.00/1.00 vMB 185
460,709 460,709 0000000000000000022d0a399d3f78b1675ffac80b55f400ce791ec009c2d474 2,711 1.00/1.00 vMB 145
460,708 460,708 00000000000000000154721bdefa672692624df47fe0faeda0e120259a9bf4e0 2,036 1.00/1.00 vMB 144
460,707 460,707 000000000000000001c1623000c993fb15b50d571e937c8a084cedcebeeb5daf 2,414 1.00/1.00 vMB 177
460,706 460,706 0000000000000000021bb93a575296bc313c1e6419402ae0a34e471608df8a26 2,141 1.00/1.00 vMB 188
460,705 460,705 000000000000000000fc77c51ff44a54a652f8fb22cf2160948fcd828dcc70b6 2,245 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.