Loading Tool

Explorer IconExplorer

Memory Pool

78,670 transactions
34.86 vMB
0.13516972 BTC
Random Selection Loading Transactions
Max Size: 192.77/200 MB

Candidate Block

Mining Attempt aa995f31d7a868a3696ff915de778817541d5fb01ade77479aeab5e5de448a2f
Version 20000000
Previous Block 0000000000000000000083cd39367e0cb041c7750eda09569a7b62d97da4353e
Merkle Root 1fb8f14f2e53e10345210c075007c7a95f0f6d8ff64bbeec4edfd1b4071ba000
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,513
Size: 1.00 vMB
Total Fees: 0.01770002 BTC
Feerates: 150.67 > 1.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,403 (327,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,652 587,652 00000000000000000003218dfb184adc464ac0fc69d5260287988198c8373dc8 2,604 1.00/1.00 vMB 38
587,651 587,651 00000000000000000005b057a8e36e4dc2a715e8d77d07587b13d30ae32d46c8 2,812 1.00/1.00 vMB 41
587,650 587,650 00000000000000000007de71cac1efc749eea5bada0d6ac453c78638bbf123a6 3,016 1.00/1.00 vMB 60
587,649 587,649 00000000000000000012298ed5545f68d996e13e43c7d353faed74125fceb629 238 0.08/1.00 vMB 22
587,648 587,648 000000000000000000170b502e4c5e71decd81c61e71b5b3ae2b45550bb41aad 655 0.20/1.00 vMB 21
587,647 587,647 0000000000000000000b0031e2e3dbf964bba6de2ef3196f03a5402f5c869e8d 1,205 0.39/1.00 vMB 22
587,646 587,646 000000000000000000091c08a75607b2af5af2be810f9a37ae18b3f1384e52c8 145 0.05/1.00 vMB 27
587,645 587,645 00000000000000000011f96a459c5965bfbba8893a07130bce89f778c16c99bc 506 0.20/1.00 vMB 36
587,644 587,644 0000000000000000001ef923c2f4e40660438dac1757bdd5d7d1d3dc4ce4e5c3 2,159 0.77/1.00 vMB 25
587,643 587,643 0000000000000000000461129c1930d6507fc147b0cad245345cb1cd96c18632 1,455 0.62/1.00 vMB 24
587,642 587,642 0000000000000000001475b95b082da35186c4a76a70642518048f953ef07173 2,187 0.76/1.00 vMB 18
587,641 587,641 0000000000000000001647a38dff93fc64f0c4939adfe9bc3e4c9555b1ee910b 2,626 1.00/1.00 vMB 5
587,640 587,640 00000000000000000007c918736cce28e0d79c2fb6e5cb281f9632a3324f0832 2,974 1.00/1.00 vMB 26
587,639 587,639 00000000000000000018c905fdf9d5913018f4ef6f02338a2dcf60e56ab1019f 2,745 1.00/1.00 vMB 28
587,638 587,638 00000000000000000001ef5605c3f6ccaa4f1b5e0d25fae183e9d84defb7e9f8 2,514 1.00/1.00 vMB 29
587,637 587,637 000000000000000000161c2f3e225c528b5ac727f10a83f043bf0050266dc664 2,726 1.00/1.00 vMB 41
587,636 587,636 0000000000000000000bfa8192682c827d67a6ef615e42d515c8bd8205e195b6 2,907 1.00/1.00 vMB 61
587,635 587,635 000000000000000000126c6b9cf2e0761eaa40d0c8015189378c1dcfb3780c89 2,646 1.00/1.00 vMB 50
587,634 587,634 00000000000000000010615b2c0b3c32cb4ebcb7eb0bd452812f5c48d0edad0c 2,691 1.00/1.00 vMB 30
587,633 587,633 0000000000000000000b047fbe6d93c2af193249bdb864a99186914fc4b0b2c6 3,007 1.00/1.00 vMB 50
587,632 587,632 00000000000000000019e16263c2c23aace928abb5d4a3c577bc597a5f4c9290 800 0.29/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.09 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: 724.26 GB
    • Received: 18.42 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.