Loading Tool

Explorer IconExplorer

Memory Pool

38,706 transactions
27.35 vMB
0.06262239 BTC
Random Selection Loading Transactions
Max Size: 139.39/200 MB

Candidate Block

Mining Attempt 2988ecee440edc7ba08e4fda9ee179d2b3b67b2d2ef67da07d5df08f8e56d23c
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 4546d474d7e464647ea328b5c7cd5a33a78a160ff0f11b031987d8a2bde79e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01078958 BTC
Feerates: 60.16 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (431,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,726 482,726 0000000000000000004b8e2ef2bf4f50c7eb4a928b1eff4c66270e52b991a47c 1,848 1.00/1.00 vMB 139
482,725 482,725 000000000000000000c8be4f8ac41c9c1ac77d14f829efd234839407fb4563fa 2,213 1.00/1.00 vMB 422
482,724 482,724 000000000000000000fe040be1a764618fe2b800ab553227728c4c3fa2a1da23 2,288 1.00/1.00 vMB 296
482,723 482,723 00000000000000000077a041f5e2b36771a43686ab559b81d0325858a2118c96 2,202 1.00/1.00 vMB 180
482,722 482,722 000000000000000000289bc9fcee35af9c1d09271af2ed0252f198e623f56447 2,112 1.00/1.00 vMB 425
482,721 482,721 00000000000000000004b4c02b758acf8ff9da9d501c0732b37dbd610903a803 1,086 1.00/1.00 vMB 130
482,720 482,720 000000000000000000c3cbcfe2be579ec6d54b941b9edbe66d062e0af7d29c9f 740 1.00/1.00 vMB 129
482,719 482,719 000000000000000000f1cc9991b16243884b3de8762fa7716dac7727ff894538 2,192 0.94/1.00 vMB 303
482,718 482,718 000000000000000000edee11e96afb172c7c43ad6477af304f386d00b951fe11 269 1.00/1.00 vMB 15
482,717 482,717 00000000000000000099a41ba3b0d4b8aa09d6e44301c3a0bc6996ce1e8bbfeb 991 1.00/1.00 vMB 136
482,716 482,716 0000000000000000003851e70ed3601c25ffae41237e0f7cd23fd1f3df6f2b71 677 1.00/1.00 vMB 63
482,715 482,715 000000000000000000e60e55af25d0ca7c933cd1949350218c607c2f7f00acd2 2,426 1.00/1.00 vMB 222
482,714 482,714 00000000000000000086ff341e964254e5584b5e81b29663ab223df5b112dd55 2,288 1.00/1.00 vMB 445
482,713 482,713 0000000000000000005070af29a99c4465098232713349b62064816b89398142 1,236 1.00/1.00 vMB 173
482,712 482,712 000000000000000000ee956a51472b683e53f78707d1ddcbdde7d5e13d467d2f 1,130 0.56/1.00 vMB 411
482,711 482,711 0000000000000000013300d3e8064983797e109eedb52265533582fba12b7a5e 935 1.00/1.00 vMB 42
482,710 482,710 0000000000000000007d6c08a36af84ac7bd4756449414d7abf383a3bdbe779b 2,353 1.00/1.00 vMB 368
482,709 482,709 000000000000000000e14d588e7cb6ef0ad082bfe565dc2e3a7e84df6c944691 1,361 1.00/1.00 vMB 203
482,708 482,708 000000000000000001217f1c0545fd60a6669b6feecb0ce40f817943f1246468 1,082 1.00/1.00 vMB 45
482,707 482,707 000000000000000000970f6c05446f248790e1dbe584834e74e20ffa5e58c16d 1,893 1.00/1.00 vMB 356
482,706 482,706 0000000000000000006570c0192e1a3c14b2be6f5c9e0ff602bac3a90f594f2f 2,627 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.