Loading Tool

Explorer IconExplorer

Memory Pool

48,707 transactions
27.53 vMB
0.07838533 BTC
Random Selection Loading Transactions
Max Size: 146.81/200 MB

Candidate Block

Mining Attempt 85c611920bef6715723096881dc9ae1bda5e808f3872085f747016e55114edd7
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root e17c5df8a3c3d00d71d7f77ab075e75c75412a801f6b7b5b5bdcf9b8677f978b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.02650642 BTC
Feerates: 150.92 > 2.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (344,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,734 570,734 00000000000000000022d5542acb083355deb85b2aae521e6ec9431de6991fbf 2,144 1.00/1.00 vMB 98
570,733 570,733 0000000000000000000dee260d16ed07470476f493c25506027fbc42f5c226b2 2,695 1.00/1.00 vMB 86
570,732 570,732 0000000000000000001118318011283a9d730a191aed405db7b47da8bcaef11d 1,872 1.00/1.00 vMB 109
570,731 570,731 000000000000000000128c10cc34d4711310ef782fc63c8b2ab1470b584d01bd 2,398 1.00/1.00 vMB 116
570,730 570,730 00000000000000000021a416d072d597f8d168abb321711931b486d6367f45d0 1,100 1.00/1.00 vMB 108
570,729 570,729 0000000000000000002343968055755df069e1ae5b44d2926354dc31325c4403 1,147 1.00/1.00 vMB 89
570,728 570,728 0000000000000000000b6869a62eddbbbcef29fd487af4d5ca57bf8c0844833d 3,007 1.00/1.00 vMB 100
570,727 570,727 00000000000000000024e1750e15b9ab8b849d1462eb3a14d3a9043be62c301b 2,496 1.00/1.00 vMB 122
570,726 570,726 00000000000000000000c5d02c05126ad7d070bdf4b5981229ce23758e56da17 2,851 1.00/1.00 vMB 110
570,725 570,725 0000000000000000002a689a87d9c294e88089ad000674b318d6e1cc1595e123 3,118 1.00/1.00 vMB 119
570,724 570,724 00000000000000000011336b80b21e25251c1dafa750fde4539028f8daa51ca5 2,694 1.00/1.00 vMB 138
570,723 570,723 00000000000000000012408b9b5cfb4c76de37a33427cacd476b7f12a8e5375a 2,733 1.00/1.00 vMB 184
570,722 570,722 00000000000000000024814bd56e4a45e38abe6460e05a0fa3b2482250a386c0 2,722 1.00/1.00 vMB 109
570,721 570,721 000000000000000000224602d70de2afd1b1385fb0a71ae36bd89a25bec6b42b 2,503 1.00/1.00 vMB 171
570,720 570,720 0000000000000000000b7a7e4b12db0ea5b8f729a7a34cd5856bd47fb42dfdb0 2,269 1.00/1.00 vMB 35
570,719 570,719 00000000000000000028c5a2ce1ec39548cc422a692695811bd0f147a557efd5 2,226 1.00/1.00 vMB 18
570,718 570,718 0000000000000000002b690ac0b79ef7fe07532b26d2df42260942b19c463b5f 3,001 1.00/1.00 vMB 65
570,717 570,717 0000000000000000000850b8ab6e60b0f898990585033c5b5df4eb8b9e648592 2,808 1.00/1.00 vMB 108
570,716 570,716 000000000000000000076f6bda96c2faf4d6771d0587060afe83b27b41c3e638 3,002 1.00/1.00 vMB 75
570,715 570,715 000000000000000000253e90a6acbee25b0fd013e64867dc22b9c540bd16f5a2 2,505 1.00/1.00 vMB 76
570,714 570,714 0000000000000000001168d7596d8bf5985d284f17f9968f260d4299dee3a8ea 3,169 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.13 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.