Loading Tool

Explorer IconExplorer

Memory Pool

84,248 transactions
31.94 vMB
0.11069490 BTC
Random Selection Loading Transactions
Max Size: 193.50/200 MB

Candidate Block

Mining Attempt 708a337a6c06e8b795007ad78c0e6a47953e95b4c798963a34fe63f6ef310500
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 88c180e1927350e20fffbdeb37759a0bbd24c5ead190e9eb8b6073e74f2e789e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,494
Size: 1.00 vMB
Total Fees: 0.03850855 BTC
Feerates: 100.69 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (87,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,128 828,128 00000000000000000000dc32f646f15dfc4dd0a1af6817006ed61442a6615185 2,872 1.00/1.00 vMB 49
828,127 828,127 00000000000000000001196681106ccd7b11ffc6f6fb644bbb98fa00db4f7deb 2,905 1.00/1.00 vMB 46
828,126 828,126 00000000000000000003ca3a870b068f0fae6e8067bffa877f6d685e1e7a2629 1,496 1.00/1.00 vMB 36
828,125 828,125 000000000000000000038b4f9e0b64cbfba2d973f72a6ab2e2ca7eb238d3e1a1 2,695 1.00/1.00 vMB 37
828,124 828,124 000000000000000000020dfe0235c32a13a6a10b546cf6930a9b95b9e4139a45 3,037 1.00/1.00 vMB 45
828,123 828,123 000000000000000000012eacacf5359c4294091f883d067c774dd63ae5916626 3,693 1.00/1.00 vMB 54
828,122 828,122 000000000000000000009b6f48ed85e24808a2f7567c2f507aca60a64092156b 3,910 1.00/1.00 vMB 41
828,121 828,121 00000000000000000000dfac53423dfea9b8e6d40ddb431beb5359c6e5b60367 3,329 1.00/1.00 vMB 60
828,120 828,120 000000000000000000026d67142a235fd0af113cefee53154977e6857c42136a 3,059 1.00/1.00 vMB 36
828,119 828,119 00000000000000000003506a267f3002de480d7b692d39138f77adfe4be76a12 3,111 1.00/1.00 vMB 42
828,118 828,118 000000000000000000001a5295ac95a7f91bc3f93b692819e288ce713cdee49f 3,059 1.00/1.00 vMB 44
828,117 828,117 000000000000000000003a4cb3617971d5fae85b3ccd525b9d36aabfeaebf006 2,002 1.00/1.00 vMB 47
828,116 828,116 00000000000000000000a010f92d8fe6cf5022f35c58f0457aff48ccb8e6b41f 2,831 1.00/1.00 vMB 39
828,115 828,115 00000000000000000000b0a8cfc9c4ac42841dde70769be5fdf08ee3bc6171fd 3,323 1.00/1.00 vMB 39
828,114 828,114 0000000000000000000295b014f6c73dcdbd06a0e1b7f40428a2d2b9d373740e 3,269 1.00/1.00 vMB 49
828,113 828,113 00000000000000000003d1427fd54bdfb837136c71a02790fd7e690dcb5aa431 3,191 1.00/1.00 vMB 45
828,112 828,112 00000000000000000002077bfe378f1e2a8412f6588e663fdb204ecde18e601e 2,840 1.00/1.00 vMB 40
828,111 828,111 00000000000000000002a6a9a20029f9ddb1c3e64936239dd50d0414e30253f0 2,730 1.00/1.00 vMB 38
828,110 828,110 00000000000000000002eecb4eb66bb0e259e924ea0a3f61e74ca23bbd98164d 3,067 1.00/1.00 vMB 27
828,109 828,109 00000000000000000000907ca8c6354e7fe9314bf26cd95bae717828b849ece9 3,111 1.00/1.00 vMB 40
828,108 828,108 0000000000000000000358a8af9d87246669d23af94ab0ffa66a2c1cc097b6d1 3,343 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.72 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: 703.36 GB
    • Received: 16.64 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.