Loading Tool

Explorer IconExplorer

Memory Pool

26,726 transactions
27.10 vMB
0.06897613 BTC
Random Selection Loading Transactions
Max Size: 130.14/200 MB

Candidate Block

Mining Attempt 53b72327500b0ccf9b4a933b26218d21491733d104576485b8b6603bdd006f5d
Version 20000000
Previous Block 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579
Merkle Root bf215cb22acc5cad28ae65255624fd0b9897a34be58fb90f4745ab6f900935d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.01790978 BTC
Feerates: 151.02 > 1.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,488 (452,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,802 461,802 000000000000000000cd3bfa34414bf3d6e9dca92399a84330a1ca1abe3017b3 1,340 1.00/1.00 vMB 142
461,801 461,801 0000000000000000020eac6c36cc61349e59f967b7ed4c3a63ca001893f6f905 1,662 1.00/1.00 vMB 157
461,800 461,800 000000000000000001927f550d7117a10b39bc8c18f475f4ccf919e55d586907 2,421 1.00/1.00 vMB 136
461,799 461,799 000000000000000001c399a4b9a3763f36f882ef00e618318e5435585d4d2330 2,112 1.00/1.00 vMB 140
461,798 461,798 0000000000000000007f51fdfde8b71eb19d9f4ca5a0d9d5f19dd30d7c4ba98c 1,499 1.00/1.00 vMB 165
461,797 461,797 0000000000000000018dee672aa39f39da1f78c3db472491db92f17a5e173f7a 1,778 1.00/1.00 vMB 158
461,796 461,796 000000000000000001f4f1b806d24219933756330fcedaa1920b894ece87931f 1,861 1.00/1.00 vMB 155
461,795 461,795 0000000000000000018ac290dd4a03df1371f9fcae8be56ca9d0f028efebcb12 2,226 1.00/1.00 vMB 230
461,794 461,794 0000000000000000013dd0b397e871efa4a95223f9aad7493cbc7638cc0176db 2,330 1.00/1.00 vMB 168
461,793 461,793 0000000000000000003cd7ae8eca743ac9af0ee8573f7d158a2c59241b0ca1fc 2,160 1.00/1.00 vMB 198
461,792 461,792 000000000000000000f7dd6bf8e617d4c322a26d1642b30538b58ee0c113cdc4 1,560 1.00/1.00 vMB 162
461,791 461,791 000000000000000000d34ef3d8dd80dd8cb0de529f82744b91df0464a9ac0aa7 2,112 1.00/1.00 vMB 165
461,790 461,790 000000000000000001252245cc4a61bfcfa12ac5331f366540a7f34fecef5d3a 2,317 1.00/1.00 vMB 160
461,789 461,789 000000000000000001ae1c7638b417d87337bd2883e47f4a8908a5e9f80e278d 1,159 1.00/1.00 vMB 171
461,788 461,788 000000000000000002135fdd527737e0b0f60b48712210852ad4c31f0833ea45 1,523 1.00/1.00 vMB 114
461,787 461,787 00000000000000000142e667913c17af42f2e15772f6754959f6b01a77418d6d 2,246 1.00/1.00 vMB 157
461,786 461,786 0000000000000000008909a5cf7c862551ccdab3846e3710911793fa38fd4851 1,986 1.00/1.00 vMB 185
461,785 461,785 0000000000000000015247ee0bc5f739b0c01f776f9f92e69bcaadfd863de7d5 1,408 1.00/1.00 vMB 199
461,784 461,784 0000000000000000020a4bd7061f1b293ecc1e232179e80eae2e61df4806b48f 1,456 1.00/1.00 vMB 212
461,783 461,783 000000000000000001330a8b86e4fcc524d903894498488310357a74c2a31220 1,678 1.00/1.00 vMB 242
461,782 461,782 000000000000000001b2d4493d49e20f905d72934030bb8e60a4e70588347d67 2,231 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 781.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.61 GB
    • Received: 10.86 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.