Loading Tool

Explorer IconExplorer

Memory Pool

79,696 transactions
29.51 vMB
0.06382822 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 7a43169b301e046dc73c536628ae4b66b55553b28b7cba6c0b81d568721953b3
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1d02214b193ed6d1e87a0e1595dc13c2847fdc59539bc1e719884ef632baceee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,698
Size: 1.00 vMB
Total Fees: 0.00394502 BTC
Feerates: 60.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (93,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,924 821,924 00000000000000000001165b94fc8b6efd0e892d63eeafb6007ea6ddc1ac20e4 4,982 1.00/1.00 vMB 493
821,923 821,923 00000000000000000002a3a557fa63fc3b48bca257f6bd2f10f9397b0b015eb2 4,095 1.00/1.00 vMB 247
821,922 821,922 0000000000000000000070be07f7e82ad98547c9fe24fa73af88e92fae551d34 4,773 1.00/1.00 vMB 345
821,921 821,921 00000000000000000001bbff6f19e494c337f74757caaeca375f3f1a2b389c0c 4,219 1.00/1.00 vMB 313
821,920 821,920 00000000000000000003316b00b3026ed52658fa57bcd7833ac139f325090ad1 4,463 1.00/1.00 vMB 376
821,919 821,919 000000000000000000020a74c5a0151ddaec7e37e8c3268f29ead4cea0b07471 4,674 1.00/1.00 vMB 344
821,918 821,918 00000000000000000000a5b3f8462d04e9c55b5766b0c51b40284c46f4bbbec0 3,954 1.00/1.00 vMB 331
821,917 821,917 00000000000000000002d06386a168def218bc9b057e78cdd72ed68a2d8af931 4,046 1.00/1.00 vMB 446
821,916 821,916 00000000000000000001492a74a69766cbe0ce061e9d46beb9906ad655d493c6 3,760 1.00/1.00 vMB 402
821,915 821,915 000000000000000000019ea8ef021ae7d6095cf33db85e707cb418f44d1b23cc 3,328 1.00/1.00 vMB 470
821,914 821,914 00000000000000000000d483ff3b61c146dcd04de2d882575bbe3902cc424ed7 4,248 1.00/1.00 vMB 385
821,913 821,913 000000000000000000031e080e4afb4c7d584ef78b3a0be6c22ff42ad4a14c7c 4,046 1.00/1.00 vMB 368
821,912 821,912 0000000000000000000125e0c8a1536aaa37535cb3d0f67d0f3543b7be91dc80 3,714 1.00/1.00 vMB 512
821,911 821,911 0000000000000000000194b005e260ff1822b876be8d4a3ad8dbf6319d320364 3,781 1.00/1.00 vMB 307
821,910 821,910 0000000000000000000372ab43ca7b62f9eb1c7246437e4efd09fc36da725eb0 4,442 1.00/1.00 vMB 274
821,909 821,909 00000000000000000000448e646097914a7eef78bd47db718ff131dfb5b8ef75 4,652 1.00/1.00 vMB 363
821,908 821,908 00000000000000000003c47cfae189f06c2a2c44578fd401a9b5608bd3f0a450 4,766 1.00/1.00 vMB 428
821,907 821,907 000000000000000000027d83aa3bab5323281755c5b890637fac38943f87dda3 4,739 1.00/1.00 vMB 480
821,906 821,906 00000000000000000003f606aaf8fbe5521942a98ae4b3a1b410a72b4f9a8aea 4,617 1.00/1.00 vMB 568
821,905 821,905 00000000000000000000a995a674f47b2c9657c7eb844ee9e969e30ce5a426c0 4,575 1.00/1.00 vMB 611
821,904 821,904 0000000000000000000298d6cb1a1f135abadbda9093ad68c3b52a5c2df04543 5,449 1.00/1.00 vMB 633
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.