Loading Tool

Explorer IconExplorer

Memory Pool

78,748 transactions
29.18 vMB
0.11924638 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt 6ead10a043c005067b881a2306925fb5657ab1691b64a4b8eab39ff777c31deb
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (446,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,069 469,069 0000000000000000002f033507f6313aa15d556dbbac0f2e50e7a53d7cd21418 1,842 1.00/1.00 vMB 382
469,068 469,068 000000000000000001488644e3f1643398b4ade540da28ddaf87f48d7aaa7a1e 2,092 1.00/1.00 vMB 373
469,067 469,067 0000000000000000014a8cd3f4b949d2d69500fcfc30d62a42993e76c732ee9e 1,969 1.00/1.00 vMB 438
469,066 469,066 000000000000000001309b5889a517e060e3308ce2951f41a1608c416621ab97 2,425 0.99/1.00 vMB 360
469,065 469,065 000000000000000001cdbf0e7a8e9fb29ad164584e46e89fc4ffbe3229bb131b 1,945 1.00/1.00 vMB 324
469,064 469,064 000000000000000000f41a0e635f4da4b131fbabb02b8f05404ad143ea0d72b6 2,716 0.99/1.00 vMB 942
469,063 469,063 00000000000000000172ad19e80b8772c256e25bf24099f3f06f32a675370048 1 0.00/1.00 vMB 0
469,062 469,062 000000000000000001047720f8b9ddbca32e9ee5a2ce30d7df045120db85e302 1,535 1.00/1.00 vMB 261
469,061 469,061 0000000000000000004828e46c43114631303e6f78f1021ed56dff69808686df 2,301 0.99/1.00 vMB 410
469,060 469,060 000000000000000000cd0120fb24ad49992a9b9e9194c68effcbcc3ca87afb84 1,734 1.00/1.00 vMB 235
469,059 469,059 000000000000000000291b04f6b94dac3a3f54246995648311fa41a6d7ab4990 1,810 1.00/1.00 vMB 255
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.