Loading Tool

Explorer IconExplorer

Memory Pool

72,517 transactions
28.05 vMB
0.06885957 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt b1efbae516275aea0a9b1d5f1d2706b0340b050763d3332a0c5756d49e340586
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root bfd62d7a5dd75485ff582933ecc931f03f39eb9185d4faa59f2b0a12283de859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,576
Size: 1.00 vMB
Total Fees: 0.01285075 BTC
Feerates: 157.46 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (454,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,300 460,300 000000000000000001605907eb2597a3e17e8e38f1f262cc6dd3eb5d90e75430 1,782 1.00/1.00 vMB 138
460,299 460,299 00000000000000000056439927c31761358ee64513c438ab7e371d1cee992490 2,505 1.00/1.00 vMB 158
460,298 460,298 000000000000000001e60059fef5685547039b4466e074db24cff34bada9214b 2,201 1.00/1.00 vMB 191
460,297 460,297 0000000000000000012af284593557ebf49496a9dd47cc3ab8e8c5ecb6189802 2,114 1.00/1.00 vMB 110
460,296 460,296 000000000000000000a5046426c419ef9ed730dc7edc44f598813f4b45330f89 2,991 1.00/1.00 vMB 151
460,295 460,295 000000000000000000171d8bb470f7ba3d9d25c6eeaf3064812941d124dd1caa 2,304 1.00/1.00 vMB 132
460,294 460,294 0000000000000000020faa204b8b4702a4cdd0a7079dc0260223389f8060328a 2,829 1.00/1.00 vMB 142
460,293 460,293 000000000000000000eca97b0f554dc4c5a33c6961494aabd681629ede35b73d 2,586 1.00/1.00 vMB 135
460,292 460,292 000000000000000001525236e0f84c3baae9f615fbdc5cb2b5ad74974d3d189e 1,968 0.99/1.00 vMB 162
460,291 460,291 0000000000000000015255e765c7e27077e63cc7863cc9247aca5d418e67fca8 1,918 1.00/1.00 vMB 142
460,290 460,290 00000000000000000214a5a00f5b2aad8f3e0250e0040b0961d4c473ba9c6dfd 1,209 1.00/1.00 vMB 105
460,289 460,289 000000000000000001aed8d774f63b72b17413914dca2ce269e77be6307f802c 2,536 1.00/1.00 vMB 154
460,288 460,288 0000000000000000016151f0a4dde006048584ef647a9ebe9a47539447a86d2a 2,736 1.00/1.00 vMB 223
460,287 460,287 0000000000000000009e97095a753b5713bc91b3582fd0cc4f01823c98062fdb 2,878 1.00/1.00 vMB 208
460,286 460,286 000000000000000000e07b1c55abd2bee702a3b1d90c5f4e60bc1ebb5b3b2fac 2,163 1.00/1.00 vMB 229
460,285 460,285 0000000000000000006574bd559081990f7cc59e1b9b02f6b0f5b897edce5166 2,089 1.00/1.00 vMB 157
460,284 460,284 00000000000000000136d2dc6a303bf0ff0e395336bddf26336d3e62d212c36d 2,714 1.00/1.00 vMB 207
460,283 460,283 000000000000000000d3bdd12156e989315abfbf4d45cc286991436d8916a5a9 2,614 1.00/1.00 vMB 194
460,282 460,282 000000000000000001edad81fc7049126213c68fd1fc619b5a0a9a7444d32314 1,403 1.00/1.00 vMB 266
460,281 460,281 0000000000000000003392c77dc421b76daefe86cb85f265266a619919dd383c 18 0.00/1.00 vMB 2,139
460,280 460,280 000000000000000001bb50b142b4f0a5c924ec60323732573e5580045c54203b 1,751 1.00/1.00 vMB 182
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.51 GB
    • Received: 15.26 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.