Loading Tool

Explorer IconExplorer

Memory Pool

72,519 transactions
28.00 vMB
0.06826367 BTC
Random Selection Loading Transactions
Max Size: 165.96/200 MB

Candidate Block

Mining Attempt 9d285e204b132415d0acfee26fe23170c664d948859fed64a6ffee7307f95cc1
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 1c749b0530f541d8f0daf63d6c2be178b8f594f9c7d98b751dfc8729f7d54ede
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,087
Size: 1.00 vMB
Total Fees: 0.01183391 BTC
Feerates: 101.52 > 1.19 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (248,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,243 666,243 00000000000000000008d34e47d367257a298a7f22d73c30be25c917a3573be2 1,548 1.00/1.00 vMB 57
666,242 666,242 00000000000000000007e35c5fb43a9b3bcb70e3be143bfac7a4c5d130c2f5ba 1,192 1.00/1.00 vMB 37
666,241 666,241 000000000000000000083266584f02d8433a6ac90160cb7325a2b87957c0ed08 1,915 1.00/1.00 vMB 37
666,240 666,240 00000000000000000000acf0c74e9af9ae48b8f60f21ce904cb036b23c25661d 2,514 1.00/1.00 vMB 43
666,239 666,239 00000000000000000000bfd1d4e6d33f3daab93a5c043d5f4e4e52370feb49ec 2,991 1.00/1.00 vMB 69
666,238 666,238 00000000000000000002244b48e37d6eb7862faa632b0d25d2d80e7524e5c444 1,837 1.00/1.00 vMB 69
666,237 666,237 00000000000000000005bf7c7a73622b7ea0a4cf5f61485278cad2e5588da1fe 2,577 1.00/1.00 vMB 62
666,236 666,236 0000000000000000000688607268ed02d7f4193c5ac940212305c5f29ab49b3e 2,582 1.00/1.00 vMB 141
666,235 666,235 0000000000000000000d551a4696b026e79179aea7fdfafa89a4ce0843fa1427 975 1.00/1.00 vMB 80
666,234 666,234 00000000000000000002eb5ed097bbe07799e9700bdc8a658f12031c4faa8211 942 1.00/1.00 vMB 129
666,233 666,233 00000000000000000007b6b79b1c51ad13f1ef89d257cbb5ce044e1c11788f37 2,252 1.00/1.00 vMB 93
666,232 666,232 0000000000000000000717213ce994d3692c3413443f0066b2948f54d6c71fe7 2,757 1.00/1.00 vMB 116
666,231 666,231 000000000000000000091ce8e14405f05efd849081df4c79dd77ff6d95476d41 1,790 1.00/1.00 vMB 29
666,230 666,230 0000000000000000000891a9153a1587cd3a852fefbe344c234cfd753c766260 1,841 1.00/1.00 vMB 34
666,229 666,229 00000000000000000003d99851cca02552fdb72fdc67c9ce65bce358b8b15870 1,974 1.00/1.00 vMB 45
666,228 666,228 000000000000000000019fa5ea442e686ef9e6181aecb9d350ee8aabab8f73b8 1,814 1.00/1.00 vMB 53
666,227 666,227 0000000000000000000454b7994fe7d590fd854532476600784d856b770d85b4 2,630 1.00/1.00 vMB 60
666,226 666,226 00000000000000000009eb35151445107d763a53cd6769c4029145817fc7e1cf 2,859 1.00/1.00 vMB 88
666,225 666,225 00000000000000000003afa9cd2a56e3a9427c008dc47f59e34f81b2baead53f 2,581 1.00/1.00 vMB 84
666,224 666,224 00000000000000000005037b36a047e1c7c9b08a14497bbc700f4a4832d38714 2,055 1.00/1.00 vMB 133
666,223 666,223 00000000000000000007799f507d12498ee7951741ac19db93ac3abe5276b969 2,790 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.