Loading Tool

Explorer IconExplorer

Memory Pool

45,318 transactions
27.95 vMB
0.06871824 BTC
Random Selection Loading Transactions
Max Size: 147.76/200 MB

Candidate Block

Mining Attempt 8e5f9d9102129261bf2e315eda0335d7a3e218407879aa6617055cd61ad6d34e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root c60ee5fac2d12cc2a09c7479c5e73edfc92a337a584d6edc590f420dc9dcebb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.01545419 BTC
Feerates: 101.53 > 1.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (680,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,022 234,022 00000000000000e3eba884dbd4fecdb36ba0ac2d7f3bacfe2a3bd016bb752644 239 0.10/1.00 vMB 171
234,021 234,021 00000000000000695606b2e334ac8ff2e418cf0ad1393e9219757b21f7e87eb8 277 0.25/1.00 vMB 41
234,020 234,020 00000000000001067ce97d4490a4bb151b7d9237c7f34c6df93c6ff8524664a2 73 0.03/1.00 vMB 203
234,019 234,019 0000000000000100ffb5657502adde9a9c53b63fe88cb008ed8c944b5eb8498f 282 0.15/1.00 vMB 141
234,018 234,018 000000000000001e41d4c67fb084a938d4dec64d7906344057f6162689482486 229 0.07/1.00 vMB 66
234,017 234,017 00000000000000c0c4d750581398b761c2f07500b2c0042236b8cb88f990ba8b 278 0.15/1.00 vMB 133
234,016 234,016 00000000000000f7860030bc8811d21857bfdd42e5cecc8871a88ef9723dd61e 331 0.15/1.00 vMB 173
234,015 234,015 000000000000016fcd8996c801416e0d376734dabc531a4e7c8891a9ff3cb76c 526 0.24/1.00 vMB 167
234,014 234,014 000000000000001a1c2d2594573c07d97caaa7f62bb4eb2f9b67984605f19201 388 0.19/1.00 vMB 148
234,013 234,013 00000000000000612dd6225be62ca550dd382cde2b80490d2bc5a4037cd732c8 393 0.16/1.00 vMB 174
234,012 234,012 000000000000000ba27ae73cb48c3bb20fa5f9dbe5fcfc87faf02327059fbc0b 625 0.25/1.00 vMB 176
234,011 234,011 000000000000008dd0e49a1190b8cd7ace79e35ea6820d7bb4e1711e2b1fef75 333 0.19/1.00 vMB 129
234,010 234,010 00000000000000b3b2daa3231395ac7aa70d1c9a11f032e3c9b0441c527042ee 547 0.25/1.00 vMB 197
234,009 234,009 000000000000007b69c033883a4d1cca5f6f49d8a7bca186fbb16c7d68e68ce6 621 0.26/1.00 vMB 179
234,008 234,008 000000000000007495f21fe590e0c449a124a109c54ae586a1a9308b8dbe4d49 58 0.04/1.00 vMB 80
234,007 234,007 0000000000000195249d83c73ff6261fe399f5b0a4b3f08373c5678e9e775902 10 0.00/1.00 vMB 108
234,006 234,006 0000000000000105e94eb441966a7f4dc9526e5d506d0a17934c0fa89aaf1794 533 0.24/1.00 vMB 185
234,005 234,005 000000000000018c7cd320d97e505d8bd95414f57e295ffbc6d0e84f512eb12b 214 0.09/1.00 vMB 194
234,004 234,004 000000000000013a5abcc71b291de803f1169ef2526d6afee5d0508e8fddafd2 47 0.02/1.00 vMB 14
234,003 234,003 000000000000008cc8bb70d98a0dccc335177d7e4134d3b65624ae83e962f4ac 462 0.18/1.00 vMB 139
234,002 234,002 00000000000000cdd3b9e35572da0f0e28f191861d4de4462430568133f8d018 496 0.24/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.