Loading Tool

Explorer IconExplorer

Memory Pool

84,258 transactions
32.64 vMB
0.07947677 BTC
Random Selection Loading Transactions
Max Size: 193.45/200 MB

Candidate Block

Mining Attempt ea95ad6042d55125a4adcc9ec7695b180aa75f81d169b3e2ec45d6f248c6fd26
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 847266886d26205fb886f46b07ec946492585fb35a699e178e63deb69fc1962f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,800
Size: 1.00 vMB
Total Fees: 0.01486745 BTC
Feerates: 100.53 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (325,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
589,210 589,210 000000000000000000096df2403da1efb2b89ff547da467617e6679af7f390b9 1,395 1.00/1.00 vMB 17
589,209 589,209 0000000000000000000b5628cb558ffe316844c08196fcc5ca6d669788a892a6 1,161 1.00/1.00 vMB 24
589,208 589,208 0000000000000000000c36d6288335b3e54b2de71de9a3bab18807a4c45838cf 2,272 1.00/1.00 vMB 23
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.