Loading Tool

Explorer IconExplorer

Memory Pool

50,561 transactions
30.35 vMB
0.14273538 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt 38c17ff854b123c9abd93d709b4100ae0e16d3662e601731e2b434623dbf4bb2
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (86,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,838 828,838 000000000000000000014586d1cd1f30d40c324382fc6e4f99648ab50e127ba2 2,034 1.00/1.00 vMB 36
828,837 828,837 0000000000000000000202b00ad6c08ae74632e1355c7919e1b0ef34d6c93361 1,987 1.00/1.00 vMB 104
828,836 828,836 00000000000000000002af7f6d56ec5a25f7e8f6772b1c5e0ed6c74af94b7e87 671 1.00/1.00 vMB 32
828,835 828,835 000000000000000000030c8a02a0a86c1c7b577dcc7611053816d93bf28de5b8 1,239 1.00/1.00 vMB 47
828,834 828,834 0000000000000000000098deb77d90c370f51ea14a701139782943e909bc9615 232 1.00/1.00 vMB 25
828,833 828,833 0000000000000000000208488348f7eeff02ebf30b9326843c4c7b9011c65c8b 1,814 1.00/1.00 vMB 60
828,832 828,832 000000000000000000007356d8018673f183f3b10d223b8ccb850c6285d53f7b 1,866 1.00/1.00 vMB 43
828,831 828,831 000000000000000000017cc2870e4e90e873cca483c284fc44fbb450e9f0ba43 2,348 1.00/1.00 vMB 64
828,830 828,830 000000000000000000028a9c26f90f45801d92089b56afd97131e62c828b732d 2,813 1.00/1.00 vMB 57
828,829 828,829 000000000000000000024a4bead7d86be12568c0ef3f8bd5ef03f2e099a8a575 2,293 1.00/1.00 vMB 70
828,828 828,828 0000000000000000000281060854007c9d492e3e71bb2f1a7b5b1784f2ff7dd3 393 1.00/1.00 vMB 27
828,827 828,827 00000000000000000000f8e6fa4c9ec63629da14c6f3e6207f637f09aae97d81 1,197 1.00/1.00 vMB 48
828,826 828,826 0000000000000000000218dfcd7e57b89fcea6a8934a6d69f59b3d932e3b22a3 1,246 1.00/1.00 vMB 43
828,825 828,825 0000000000000000000242c2f303c467050f8b651448e89e9ffca6593039eb19 2,667 1.00/1.00 vMB 58
828,824 828,824 000000000000000000012efe9822d251bd09393ee8070bd92c7ba4059356f69b 1,598 1.00/1.00 vMB 44
828,823 828,823 00000000000000000002bccdae392c31e6a9fc81f16375cc4917fe115d0cc96e 2,021 1.00/1.00 vMB 40
828,822 828,822 000000000000000000005880fc6352b69cff9fb443b74b6783d2c65fbde5a24d 2,402 1.00/1.00 vMB 77
828,821 828,821 000000000000000000033cbf7dc27f9cf310cf8382598cd52c8fd02799b47555 76 1.00/1.00 vMB 23
828,820 828,820 00000000000000000003248b7b96ec98812206872b5e3ce7ddbbd1474307f796 332 1.00/1.00 vMB 25
828,819 828,819 00000000000000000002f01f3b75a13fd8c845ac4c83e897ed18728f34ef5a28 1,372 1.00/1.00 vMB 32
828,818 828,818 000000000000000000008f3099769b85c832cbebd9634e080cd4b7613a25ccc6 1,012 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.