Loading Tool

Explorer IconExplorer

Memory Pool

48,018 transactions
27.68 vMB
0.06351336 BTC
Random Selection Loading Transactions
Max Size: 148.17/200 MB

Candidate Block

Mining Attempt d95d5d6a7531ab20ff2aa22dc80e5e64ba45e0afab6b1f504451390c9ba46015
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root 6913edd4d8dc85f5d111251fbea3cfe7cac7d03560f38b93a1bf1deffed9c945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01151181 BTC
Feerates: 151.16 > 1.15 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (447,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,605 467,605 0000000000000000012f9c71705cc544c337a3c87816b823d94315cc6172557a 2,444 1.00/1.00 vMB 282
467,604 467,604 000000000000000001494e6732c9f4c10cefe7b70b22c6dacf2a5349e5e82e97 796 0.27/1.00 vMB 471
467,603 467,603 0000000000000000012f5288254db4c4556bbf2b01ec45b95a09db4d9a3e50c1 2,474 1.00/1.00 vMB 292
467,602 467,602 000000000000000001321603129bc2db6ab7a2c22595ebcd7ead61e29cae8aa0 2,145 1.00/1.00 vMB 324
467,601 467,601 000000000000000000b0f678570333be217d1ae528a91026b8ddfcc72ca42827 1 0.00/1.00 vMB 0
467,600 467,600 00000000000000000129ccf1dee27ed01aa12057e1e6edb46cbf2e7375e884b4 2,665 1.00/1.00 vMB 288
467,599 467,599 000000000000000000d439aa27af2699324129cfe807d7d2f9b4aac586816e98 2,431 1.00/1.00 vMB 377
467,598 467,598 000000000000000001c5d7f41b3454d6a06e80488c0571be6475a681a6bac614 2,579 1.00/1.00 vMB 332
467,597 467,597 000000000000000001c62cfdd758d5cbfbd89cd7d9bf81726d1f6f071086f6d6 2,062 1.00/1.00 vMB 293
467,596 467,596 000000000000000001299ebd834a1de255ed05fe188caacdf28e5ee537c7fc19 2,563 1.00/1.00 vMB 277
467,595 467,595 00000000000000000010cdb2a93ede2a32c92d673ae7f4594fde07aff4ddf7a6 2,523 1.00/1.00 vMB 496
467,594 467,594 000000000000000000e28c77811aa14314f4ed586673212b918e33b42bdc9942 2,765 1.00/1.00 vMB 357
467,593 467,593 000000000000000000b023a7b05984517124ef4731bfbec720ec1c612a76f548 2,443 1.00/1.00 vMB 309
467,592 467,592 0000000000000000014d6027e096259505b6dbd29c271a6175b348e650543a2c 2,901 1.00/1.00 vMB 438
467,591 467,591 000000000000000000171c2e967c05b95c41231eca7c69699b8d21b9fba3c7a0 2,287 1.00/1.00 vMB 271
467,590 467,590 0000000000000000007822cae8479c430ba874aa477b24d612d3b25dad189289 2,246 1.00/1.00 vMB 275
467,589 467,589 000000000000000001af0237760213676b731e258fc8516edaf8777b420c8a4b 2,190 1.00/1.00 vMB 307
467,588 467,588 000000000000000000754002d35c5a751bd8145ffc77484156df0dc6badc2506 1,980 1.00/1.00 vMB 239
467,587 467,587 000000000000000001130c29936c387ff5338503bfa61a0cf8e3032fcaf0809b 2,585 1.00/1.00 vMB 372
467,586 467,586 00000000000000000026165bea9a7aa892fbe69c3e48d2ce24989b204b055d1f 2,682 1.00/1.00 vMB 292
467,585 467,585 000000000000000001b60561766b79654ae47f3ddacd8711e3469fa89436f2e1 3,035 1.00/1.00 vMB 381
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.