Loading Tool

Explorer IconExplorer

Memory Pool

38,358 transactions
12.85 vMB
0.19021656 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.59/200 MB

Candidate Block

Mining Attempt 2caed2458c5899557680619c377ca1527a5e4666ff675598c78d8a7c42003009
Version 20000000
Previous Block 000000000000000000013f2112317db5a6c58f7cccdced076ed571ed94b1e665
Merkle Root 94f31ed65530c805f295e10c8da1babf3c0c51214b279d7fa5d02fc292be49bc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,315
Size: 1.00 vMB
Total Fees: 0.06520168 BTC
Avg Feerate: 5.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,043 (856,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,404 56,404 0000000000b0a018e5010ea2805c036590b3929b74d032835ce97fd9564e685a 0.00 MB 1 0
56,403 56,403 00000000036fbcedd2f69787cdc4cfb39d7abee3635011fa304ed6712ca8ec9c 0.00 MB 1 0
56,402 56,402 00000000010513dc8ff561360fc2113766f8fe40b0e3599c4312c32d835679c4 0.00 MB 1 0
56,401 56,401 000000000367e5751ecb3cfb843a7e78c4bedff4f5dbe2c45a2baf29e8558dbf 0.00 MB 1 0
56,400 56,400 00000000015ed45ebcef699d0f4708fde4bfff58b444f1036e2fb2bed4c239b7 0.00 MB 1 0
56,399 56,399 000000000019efa12cce20df5621efca26fde7f3af6304b14006270ee655dd63 0.00 MB 1 0
56,398 56,398 000000000f8a8c6fd73acda70a61693faaa35b7285d0cb6c8a358c1822119866 0.00 MB 1 0
56,397 56,397 000000000dfb8992199e36c6a193d521ee5bfa0bcb4c875d97a8a7374d1ced23 0.00 MB 1 0
56,396 56,396 0000000007f92aec6310e52a7018c0afd16affc8c3cb5ae1f092d8a506d82c8f 0.00 MB 1 0
56,395 56,395 00000000119c25cd79080555034747cca6551d107d09ae025597c6537a245851 0.00 MB 1 0
56,394 56,394 000000000ced32e6b03c9b8bbde3c84cf263c2a6617919a573cb385abafe567e 0.00 MB 2 0
56,393 56,393 00000000031301ab4e919c1b91cb8ead80eea03b5baa5d3aa1057773b1016493 0.00 MB 1 0
56,392 56,392 0000000007ba756f0ed59f543caca89213b7fc0176780f9a1b8db42af5e8daf6 0.00 MB 1 0
56,391 56,391 00000000043ddef20a50f880aa8543407b028d7cedf4a96e1255455f0c636e14 0.00 MB 1 0
56,390 56,390 000000000a31eaed8bb2ecd991725639db2204e21b2685d80492ad706f466836 0.00 MB 1 0
56,389 56,389 000000000f39d84ad0472f83b09898ecb8247c5ad710a7cb0ed6b851b70e221f 0.00 MB 1 0
56,388 56,388 000000000ec70f15cb891d6bbf3c0c22a550aa02bb4d0c4bfd15a52a9ec656b6 0.00 MB 1 0
56,387 56,387 000000000e01f0fb797fecc9a7558d3869158d2d8862cf80a0b016a6ace307e0 0.00 MB 1 0
56,386 56,386 000000000f6695353f9790091c2251f6a9333cd683ab9f5717356a392a286113 0.00 MB 3 0
56,385 56,385 000000000a5d56cec05cacb77b75910b96544b8ae0488ee0739977a1660deef2 0.00 MB 1 0
56,384 56,384 0000000006ed035ee9cf0a296589e6742c409382c4671622819d3a95bd499329 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 47
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.37 GB
    • Received: 0.10 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.