Loading Tool

Explorer IconExplorer

Memory Pool

80,727 transactions
34.74 vMB
0.18128501 BTC
Random Selection Loading Transactions
Max Size: 194.56/200 MB

Candidate Block

Mining Attempt 65c90a16f984d01e0a83d3ba33da854b01057cdad2f6cf190d061597a27dba73
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 67650b32aa90452c3266c9226d6ee90408fbf66655fb2dbf0074c768f6c19c62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,127
Size: 1.00 vMB
Total Fees: 0.05043921 BTC
Feerates: 150.93 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (87,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,035 828,035 000000000000000000001b7e5d32420533792fabf32796b669a16985d3ea9cc9 3,868 1.00/1.00 vMB 29
828,034 828,034 00000000000000000002610a7f33bd9cd3b8b5ca06603e3ec7fe94b96719504f 2,719 1.00/1.00 vMB 37
828,033 828,033 00000000000000000000ffcfad98cebd3f7c73cc7262aae735d0d65bda9be828 2,847 1.00/1.00 vMB 48
828,032 828,032 0000000000000000000117f66d941e03d313b06be44ebb2ce97d5bd390438501 4,862 1.00/1.00 vMB 31
828,031 828,031 00000000000000000003986f877c00eed4c21222a32f2a45f3f5ac9b38a14f01 3,600 1.00/1.00 vMB 27
828,030 828,030 00000000000000000000faca82b3cd2ac9a4721ac38756c2c3a7c54e3006113f 4,182 1.00/1.00 vMB 30
828,029 828,029 000000000000000000039eaa704dcd2fe5787cc1bdb0aeeb0c324adad7829849 3,025 1.00/1.00 vMB 37
828,028 828,028 00000000000000000002a971ae876b75f1e9c7e29aff91d5e285af457cafc59c 3,857 1.00/1.00 vMB 29
828,027 828,027 0000000000000000000038dbff01ce72c576a2f6de65aa629d13f8f8171d249c 1,766 1.00/1.00 vMB 26
828,026 828,026 0000000000000000000253696f0886c48cbbcdeba84c0ba35e7ff938edb406df 5,728 1.00/1.00 vMB 29
828,025 828,025 00000000000000000000e3bb2f5c041cebc7b3b30e37a357f5c2d9f9f8a749da 3,180 1.00/1.00 vMB 35
828,024 828,024 000000000000000000030690014aa44d7bebfefdf9e9b2e1fd8a74613d1c9a89 2,888 1.00/1.00 vMB 34
828,023 828,023 000000000000000000019c871e47f1e2bf375873cd3aa0f70f65182b79dcc078 3,525 1.00/1.00 vMB 32
828,022 828,022 00000000000000000000989f64cc08e9585647c982408c0c8e60106d92dc9073 3,028 1.00/1.00 vMB 28
828,021 828,021 00000000000000000001f8a82dab95329b6ce342e339c5e11339208a7143b264 4,900 1.00/1.00 vMB 30
828,020 828,020 000000000000000000026bb79d290f9a066fd19f6dac8eb4b29fbea5ff70b203 5,125 1.00/1.00 vMB 29
828,019 828,019 000000000000000000024e5f483c5e9b62916e939e7722ec480048aeaf7e2599 3,549 1.00/1.00 vMB 29
828,018 828,018 00000000000000000002e64f9c398d7b0599243363be360ebd6117e9040430a4 4,313 1.00/1.00 vMB 30
828,017 828,017 0000000000000000000208971d5bd2fa44fb00c18d972af7a08d2e3c4b15c9ae 4,199 1.00/1.00 vMB 33
828,016 828,016 000000000000000000001f95caecfb99a756c10d358eaf3f33c7eea081995ebc 3,723 1.00/1.00 vMB 31
828,015 828,015 00000000000000000000a9c619c4af8c09f10c11a8262bcde576450e45a126ca 3,142 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.