Loading Tool

Explorer IconExplorer

Memory Pool

77,885 transactions
29.52 vMB
0.10271050 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt 5a3fd26cff7ad6bdebd9777f213f3cbe6c0b317cdcff3a869995646822eb5430
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 60982f638823e4e2c4094e07459432329d1365a6073a83dc4934f6c91f4df1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.02714377 BTC
Feerates: 201.40 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (446,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,058 469,058 0000000000000000018739913575943cd5a6d4f678d5930d6b5e5626bc7d83c0 2,419 0.99/1.00 vMB 370
469,057 469,057 00000000000000000166253c6d60fc5b1d025ff35349c9b3fc9bf2f624270315 2,152 1.00/1.00 vMB 3,078
469,056 469,056 000000000000000000a79a5a8fa00a9541084a827eca006f7ce2a19a848992ab 2,900 0.99/1.00 vMB 307
469,055 469,055 000000000000000001d70183787f1b15e999ca055e06ce8b488ef3a44d920852 2,301 1.00/1.00 vMB 326
469,054 469,054 000000000000000000161909798e775126471972f8f50806212023fcaafec3ca 2,241 1.00/1.00 vMB 369
469,053 469,053 000000000000000000a97d39a67a9d22d10644ffb9d5fd1a7f714b508f3d1801 2,464 1.00/1.00 vMB 425
469,052 469,052 0000000000000000006a8104d88b2885383cb5570170b919bb2123cb38dfc8f8 1,864 1.00/1.00 vMB 358
469,051 469,051 00000000000000000057936a9e74289e3cfd87f5ff680333d92753df0c6a1da8 1,616 1.00/1.00 vMB 438
469,050 469,050 000000000000000001d55a6a063f3f07cd94201ecc29564ae4bb2a31b09dbdd7 1,017 0.55/1.00 vMB 344
469,049 469,049 0000000000000000010289226b6cfb0140fae5aecb1287cad7cb81abd519e160 2,932 1.00/1.00 vMB 402
469,048 469,048 000000000000000000f3ff1b3d6d69e910feb5c89920bd36c114288e22dc03f2 2,269 1.00/1.00 vMB 441
469,047 469,047 000000000000000001495cb64f4264baf2b8e6dd189c73c7b01ee083e16ea694 1,959 1.00/1.00 vMB 302
469,046 469,046 000000000000000001167da14e54b8d3425f0026051006a1bcb028f5e5fb1f34 1,920 1.00/1.00 vMB 328
469,045 469,045 000000000000000000eac56cbe4a7964166c7e9e5a1cd7bbee4e2d37b85c9e9d 1,416 1.00/1.00 vMB 250
469,044 469,044 0000000000000000017bc977bf280bc29fc4d6b532e4e52c1961749b8fc95d7e 789 1.00/1.00 vMB 179
469,043 469,043 000000000000000001092d28ca1818873ad634c258d9ab7b4075ef757540414a 246 1.00/1.00 vMB 166
469,042 469,042 000000000000000000580f50beb9f4dec28f496d85643faef290c8df1ccf1ad9 905 1.00/1.00 vMB 246
469,041 469,041 0000000000000000018fe0f95003b552e0aef72be18202282bb517dc1f0f3a6d 663 1.00/1.00 vMB 186
469,040 469,040 0000000000000000003f87fbbd11a5a124b72987b089e4a18a98f2a5027f45e5 1,980 1.00/1.00 vMB 290
469,039 469,039 000000000000000000f8bcc0c4e564f09691f237bbdae11cfe5369c27783ade0 2,614 1.00/1.00 vMB 301
469,038 469,038 000000000000000000a90287ab5ddf805e6fa267ef6eb6088fee3866c91e91e8 2,289 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.