Loading Tool

Explorer IconExplorer

Memory Pool

84,757 transactions
32.79 vMB
0.08434952 BTC
Random Selection Loading Transactions
Max Size: 194.24/200 MB

Candidate Block

Mining Attempt 61e3256c24784eb6b2ac9cbc577de329a082c5f2f52556098a37a39302a558cf
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 707e33b3bee07390c1c24381f61a034deeeea5096e7aa970e23221cd53df5928
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,240
Size: 1.00 vMB
Total Fees: 0.01931201 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (325,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,231 589,231 000000000000000000119f540a08bac7d285171f68c9c32752988d79fbec7087 3,384 1.00/1.00 vMB 77
589,230 589,230 000000000000000000168363444d5a5798c844af31e293cf9c9fbbb4b36a0689 1,305 1.00/1.00 vMB 4
589,229 589,229 0000000000000000000c93bc23d9d1a10176a0c13bc3e669270aaf5e8a429cb2 2,901 1.00/1.00 vMB 48
589,228 589,228 00000000000000000004eeee7d953845734d3ba34efeef7341d98ef436b1318a 2,099 1.00/1.00 vMB 23
589,227 589,227 0000000000000000000782d280ee7ab3b31a71f429ccfb4c705cfd902b0aa007 2,039 1.00/1.00 vMB 17
589,226 589,226 0000000000000000000196c901c9bd005b6728d5ae8d6c43e7fb1e5afe0ced4d 1,716 1.00/1.00 vMB 27
589,225 589,225 00000000000000000016f22f07fd69bbbd27e810b5cfa697562d4d0939b116fa 712 1.00/1.00 vMB 5
589,224 589,224 0000000000000000001411ae7e1ada6e1614007e8b2df6a6ec2f6cbdc0e66021 2,115 1.00/1.00 vMB 30
589,223 589,223 00000000000000000014ebe6ccf7e3cca4115cfcbad349a2bc678a70eddddbf6 3,381 1.00/1.00 vMB 74
589,222 589,222 0000000000000000001b88b96707c0257a651a355d6fdee638c3ef82789e9424 1,379 1.00/1.00 vMB 10
589,221 589,221 0000000000000000000bcf4a963b1e54169da28e188e3f0ef1a29627c5e12bfa 1,601 1.00/1.00 vMB 9
589,220 589,220 00000000000000000005cf12fe5ff117fc1eec475bb8103692e17d97c0ebfeb5 1,993 1.00/1.00 vMB 27
589,219 589,219 00000000000000000007956d028bb6de32b5cc027f10485af08eb115b664425e 1,548 1.00/1.00 vMB 19
589,218 589,218 00000000000000000006c16db981bb9e2de9d735f6489196deec98c68a9ee704 2,137 1.00/1.00 vMB 33
589,217 589,217 0000000000000000000ed9f360d4d87ce92b93b24b39359ebfe910f616aa0bfc 1,168 1.00/1.00 vMB 11
589,216 589,216 000000000000000000043a935930653bc04b13a02773f4510e9542504516d9e9 2,330 1.00/1.00 vMB 71
589,215 589,215 0000000000000000000298138d21e5fa81d0589dcdca29e39c3219fddd6c1e57 2,598 1.00/1.00 vMB 44
589,214 589,214 0000000000000000000789320f1809ed181de394aca19b77bc8227c89b8015ec 1,811 1.00/1.00 vMB 23
589,213 589,213 000000000000000000170b70eb5ecacb2ea65a5d0c4f72f9e31d2dfe35a4d064 2,285 1.00/1.00 vMB 15
589,212 589,212 00000000000000000012a701103c28b1b32cd5a6d588e3c85d23c8fc95eb2f2e 1,554 1.00/1.00 vMB 25
589,211 589,211 0000000000000000000054d8aaf6cb1eec507a076783d0de50b564060c49f5fc 2,545 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.