Loading Tool

Explorer IconExplorer

Memory Pool

82,601 transactions
31.88 vMB
0.11256177 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 038436392387786c302d5646e697a2118b5bca09e6f1797b575d2d7f45782e0c
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 0508e14865ebae86c6d5ad145f451c882a10161ba0e8c4e0da6210e7d46e4061
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,454
Size: 1.00 vMB
Total Fees: 0.02597036 BTC
Feerates: 99.50 > 2.60 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (452,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,350 463,350 000000000000000001690a15a41a5a15e6b184c7521f922a57f557761f863cd7 1,758 1.00/1.00 vMB 276
463,349 463,349 000000000000000001e544a7edc77dbd2bce67211d753f7e1e0e6384df81305d 1,212 1.00/1.00 vMB 203
463,348 463,348 000000000000000001e5116227d6b1fe13b4120edf87f99720e48d019cd0490d 1,310 1.00/1.00 vMB 245
463,347 463,347 000000000000000000bd77a1aa410ad02200d5819af96aba61e62cc724571668 615 1.00/1.00 vMB 244
463,346 463,346 0000000000000000001bf3b0a7fdf7e4889734f4f0c0cb00a1bb082cf3d4ad49 553 1.00/1.00 vMB 253
463,345 463,345 000000000000000000783c1676537c3d29d52c6f6370ef22edf7a84215d9a61d 585 1.00/1.00 vMB 208
463,344 463,344 000000000000000001f10896433b1362dc038cc576794bf82887525b97f0473f 996 1.00/1.00 vMB 253
463,343 463,343 000000000000000001d5da56f0ad91830a6b017ca163233bc82ea8adce532d51 1,813 1.00/1.00 vMB 257
463,342 463,342 0000000000000000015ba81be90595b0f3292809b979bbaeb1ca6dfcbd639cd6 2,710 1.00/1.00 vMB 194
463,341 463,341 000000000000000000a85b636cdc89fc9f31b013d2461e022f51ff1bca0df3b3 2,411 1.00/1.00 vMB 232
463,340 463,340 0000000000000000012bbe3ee04596c5b1a7828d6c81b4719ea70334935600a5 2,485 1.00/1.00 vMB 167
463,339 463,339 00000000000000000165bed8cb9f35af0e692c99c0b397d6f6ca91b40297b803 2,267 1.00/1.00 vMB 226
463,338 463,338 0000000000000000019a8a3fd57f989d3eeccc21d1e97edf39eb399249d429f3 2,228 1.00/1.00 vMB 237
463,337 463,337 0000000000000000006b39d65efb7db2a6d13276f1f7096d830d236b8a24f6ba 836 1.00/1.00 vMB 205
463,336 463,336 000000000000000001dfc98de32a57054491e0ef0d893362d8fefc017a70a025 1,507 1.00/1.00 vMB 191
463,335 463,335 000000000000000000c6f9f4eb8d859f7a3ddfcacac7393b7a79ea8b63070a9f 903 1.00/1.00 vMB 223
463,334 463,334 000000000000000001408e25a27bc60495728ade9176f9bef5f52792e1a3b17c 1,081 1.00/1.00 vMB 236
463,333 463,333 00000000000000000126731aee942baf2c9e7ba6848588be45d7ed2481599bb7 2,417 1.00/1.00 vMB 248
463,332 463,332 000000000000000000b37ccea0f80fa7a556931fd672cf5d2b885d2166f29c83 2,906 1.00/1.00 vMB 190
463,331 463,331 0000000000000000016faa2dae7f74a6fd703e36b133622a040322eb2f51d165 2,243 1.00/1.00 vMB 145
463,330 463,330 0000000000000000013af9d200ddbc0df033cd320c1b4b7b168ac354448c27c6 2,442 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.