Loading Tool

Explorer IconExplorer

Memory Pool

26,066 transactions
26.78 vMB
0.05470428 BTC
Random Selection Loading Transactions
Max Size: 128.51/200 MB

Candidate Block

Mining Attempt f930504f71a4558ae3d57b8b705b8dea2166793edbf008639f3344c350d41526
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root e4d1bc3f4f0afe6e339faab9b621c163261ec64cfa7295ff27b859735e8e9ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.00441299 BTC
Feerates: 40.28 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (452,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
461,781 461,781 000000000000000001d45b770c1ec804baa0ec71d32106e068ffd889bde22957 2,484 1.00/1.00 vMB 209
461,780 461,780 00000000000000000005873db2d6b60580c100cc34aad79183de1788359c9423 2,593 1.00/1.00 vMB 176
461,779 461,779 00000000000000000062a358b7b29b04de17ff389bfdcd83a74496294eb14f7e 2,230 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.50 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: 612.00 GB
    • Received: 10.95 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.