Loading Tool

Explorer IconExplorer

Memory Pool

53,682 transactions
29.89 vMB
0.10218479 BTC
Random Selection Loading Transactions
Max Size: 160.44/200 MB

Candidate Block

Mining Attempt a520c576837a99b9b16e08b765a82ad9f650abebd8cc9aa957ae35f819d6887d
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 16338688c54bb4cdb587d1c896ad84280546fdf9ac468e87a2f4ed9dc1892e8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,244
Size: 1.00 vMB
Total Fees: 0.02775198 BTC
Feerates: 157.35 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (447,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,971 466,971 000000000000000001dc00a1f7525fcad1c7c608859cfd4499878d0af61229df 2,583 1.00/1.00 vMB 128
466,970 466,970 000000000000000001c25a833fa7c9e3329c511259b947b1cb11f79dc0605807 2,322 1.00/1.00 vMB 260
466,969 466,969 000000000000000000fd86bfeeefc8a1e6e47f68aa0715ee3996aaea4129d6d1 1,276 1.00/1.00 vMB 222
466,968 466,968 0000000000000000019b9e614cfc93b2083b9027311dd5ce98813fd2a7eb01b0 2,655 1.00/1.00 vMB 353
466,967 466,967 000000000000000000140c66ec9e8af37a881a0bf6ef6a0cb123db7861f7dc0b 2,018 1.00/1.00 vMB 225
466,966 466,966 0000000000000000014ca365cd672c0d9940d89cd9b51f2011c3b25aa768383b 1,932 1.00/1.00 vMB 215
466,965 466,965 000000000000000000f8070e806a013795fb37216c10c105787d815668b511c0 1,453 1.00/1.00 vMB 223
466,964 466,964 000000000000000001881b2fce64915f5f01807657563daad7000083f1b328fe 2,377 1.00/1.00 vMB 181
466,963 466,963 000000000000000000ed53ea2e390f807d9b29a72e8bb249bdec9a0eb6f9a96e 2,459 1.00/1.00 vMB 286
466,962 466,962 000000000000000001ba7cd22826119814dfbe279cb828e9733720878015dfe7 1,853 1.00/1.00 vMB 157
466,961 466,961 0000000000000000007611fcaec4acd427ffb858a446d24787810993e22ab6ab 2,426 1.00/1.00 vMB 229
466,960 466,960 000000000000000000fe8b0879e4c5f73f2e06198428a679ce6ce722daf883d7 2,115 1.00/1.00 vMB 303
466,959 466,959 000000000000000000b24823589406e9905b1cf2f3afbc31dd810d2cf3ffb4f1 4,636 1.00/1.00 vMB 157
466,958 466,958 00000000000000000169dc0e589717b3dfa0677c5ba2c73df466f893013aec71 2,960 1.00/1.00 vMB 181
466,957 466,957 000000000000000000e9c4aff12a8a9c3c7833ba50486375a89111a31ced4af8 169 0.06/1.00 vMB 384
466,956 466,956 00000000000000000027dbcd159bd23600a330795d04d06562fac1b0f09050f8 2,403 1.00/1.00 vMB 288
466,955 466,955 0000000000000000017ee7076746fa19433a1cf43b6026b87f787b4616804bdf 2,220 1.00/1.00 vMB 173
466,954 466,954 000000000000000001b85380e6130068944ea0af6b43f941234e4be7b7a962e9 2,322 1.00/1.00 vMB 268
466,953 466,953 000000000000000000b4154f01e1f2ad189a9d9a275ebb8e156cf7355e1bc94f 2,399 1.00/1.00 vMB 303
466,952 466,952 000000000000000001a36cb9b4d22cd7b6d21d2a6e30e82f976f427e11c9117e 1,326 1.00/1.00 vMB 151
466,951 466,951 000000000000000000b2be6c6defb34b9b42dd112c99acbdb3a6cb29b5d2ab00 790 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.