Loading Tool

Explorer IconExplorer

Memory Pool

37,807 transactions
26.04 vMB
0.05171862 BTC
Random Selection Loading Transactions
Max Size: 134.94/200 MB

Candidate Block

Mining Attempt e7f9c7f4181cfe7ac6c5ce69c82b4f3785b7f97c737903284811eeb2cf6165dd
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 4b988893240caae32bff233f78a0c4e0bc692ee7ccbe55d90d763361fee01084
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.00430696 BTC
Feerates: 13.56 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (117,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,297 797,297 00000000000000000003b5ffb78934693124f72a1da686e8bf69d74ee4f15d44 4,249 1.00/1.00 vMB 24
797,296 797,296 00000000000000000003c4d170083485a2726fcc22b33c0c6eb21929fabaf24e 1,661 1.00/1.00 vMB 10
797,295 797,295 0000000000000000000028fc5f3207f9f887f6fb7a483d3da7d8df3ef6374854 3,206 1.00/1.00 vMB 19
797,294 797,294 00000000000000000004dd47823bf5c582b4f9693fe31c9646edd8f3cc240dec 3,422 1.00/1.00 vMB 24
797,293 797,293 00000000000000000003af083bdb9494584b3e1d5bccbe42ba64e651c2e2eaf7 1,562 1.00/1.00 vMB 7
797,292 797,292 00000000000000000003858d23cee0844f540895cb82b6269a257a40c79ca47e 1,746 1.00/1.00 vMB 17
797,291 797,291 00000000000000000003eb3cb93e025a5430f7b3faf140f919d8a6e5a36abfa6 3,365 1.00/1.00 vMB 11
797,290 797,290 00000000000000000004867fda5c21c9cb73eac553c5d52b86a8323519aebbad 2,316 1.00/1.00 vMB 14
797,289 797,289 00000000000000000001c1524d4ebcfb58185a14a6ad7b7f425cf283dcf9f128 3,089 1.00/1.00 vMB 20
797,288 797,288 0000000000000000000265fdb6fdc0d0e76da013bff2f2eecc910ed1a3ef0061 3,464 1.00/1.00 vMB 29
797,287 797,287 000000000000000000026a085a59d85d6e17247cbc8b58b2cd37115343d06829 3,324 1.00/1.00 vMB 8
797,286 797,286 00000000000000000000534fa17629bd25b484f412ac576901719faff56dcd12 2,389 1.00/1.00 vMB 17
797,285 797,285 00000000000000000003a2e732d5a482d9a0dc7ad7e7a94f0e4e9420715d0106 2,215 1.00/1.00 vMB 11
797,284 797,284 00000000000000000003d7574042bb96a60f69739888b62efcd3e0bf48c41d5e 3,132 1.00/1.00 vMB 14
797,283 797,283 0000000000000000000256693605a7da6c2f51f9ca900aa72f5660e20a0d4bad 2,516 1.00/1.00 vMB 12
797,282 797,282 00000000000000000004d9fc1ac4e27ff068b0e6da1ea1a87e65b94c9b518693 3,151 1.00/1.00 vMB 17
797,281 797,281 000000000000000000013ca3a71b7767fc89cb9db10127b30f33d239c4444c10 3,847 1.00/1.00 vMB 9
797,280 797,280 0000000000000000000026202369264a4e929fc1f3cca4f1d41dc6bd961971c6 2,058 1.00/1.00 vMB 14
797,279 797,279 00000000000000000000f0c5e56b3ee4dc3aaa43ba1f5b25d02c8a139aedf774 4,329 1.00/1.00 vMB 16
797,278 797,278 0000000000000000000287c2be6dd4dcf4e9cd03822b1e7aa2018eb441b1fff0 4,267 1.00/1.00 vMB 16
797,277 797,277 000000000000000000023c388cb62d42032346717f9d29e0d6d199e9c690a9ab 4,141 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.