Loading Tool

Explorer IconExplorer

Memory Pool

82,866 transactions
31.87 vMB
0.11905769 BTC
Random Selection Loading Transactions
Max Size: 191.27/200 MB

Candidate Block

Mining Attempt 4c3a0f02312d6298056d07acccee7fd37d62de7fa004d9db33939b1cfa66e36a
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 3966967bcac42ff7220aa733972ca6d72d1035816c5cca7463b9d8ba86a2d4f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03134689 BTC
Feerates: 318.30 > 3.14 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (90,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,243 825,243 00000000000000000000596887604371e7f22f2906ab07bbdda0265d23afe82a 1,864 1.00/1.00 vMB 40
825,242 825,242 00000000000000000001c09f6c1d8ae9dd12496268a49c683298657d3462e9f9 2,386 1.00/1.00 vMB 44
825,241 825,241 0000000000000000000134f33f82383e0cd568b92cfa52ff60f9c8930f2302e5 682 1.00/1.00 vMB 33
825,240 825,240 000000000000000000011157c819f8790a28aab221ebd2779142feff9456f6f9 2,546 1.00/1.00 vMB 35
825,239 825,239 00000000000000000003491b0d60a7e8668b1e73dd1f455a87c283b4394ce8d0 3,300 1.00/1.00 vMB 37
825,238 825,238 00000000000000000000ba75b2f99b28e876db214aeb32b9d0d877e9cf7bfb07 3,581 1.00/1.00 vMB 61
825,237 825,237 000000000000000000009ae6fcc0219cea8c6730b1a9e01a0438951526fa964c 2,582 1.00/1.00 vMB 53
825,236 825,236 000000000000000000004e6e522bc8b500f7588bbbf3b3f1f285810c86f2650a 2,882 1.00/1.00 vMB 52
825,235 825,235 000000000000000000023cfc6d6f7683a33c5f1c2ec373da2a6d43a1100ce284 1,954 1.00/1.00 vMB 38
825,234 825,234 000000000000000000034d646986015d7c4237b0e1244dc17b5bcc8c6fb4b6ed 2,964 1.00/1.00 vMB 44
825,233 825,233 000000000000000000009d070098070ac206eba2e9b296c69a0a7d0a72255428 2,813 1.00/1.00 vMB 40
825,232 825,232 00000000000000000003d77fb79e5f7454c90317ac72df749c92694e811cd881 2,906 1.00/1.00 vMB 36
825,231 825,231 0000000000000000000167ccd78bb14204d2c1987763c5290c259016fef076ec 3,200 1.00/1.00 vMB 69
825,230 825,230 00000000000000000002b07aaf6584139009cd2e41a4bbe9e4f79d4610d2a7e2 2,803 1.00/1.00 vMB 40
825,229 825,229 00000000000000000001c0a1a261ce76c992e47d0828f7e916e3f839b9c8565a 3,610 1.00/1.00 vMB 61
825,228 825,228 000000000000000000034e315d797403794865c213581e5178aa2d02c4618d49 3,300 1.00/1.00 vMB 40
825,227 825,227 00000000000000000003558f1161e06e8dcaeb331e0d8812c232ca42298b32ab 3,363 1.00/1.00 vMB 55
825,226 825,226 000000000000000000035e9b058de649d29cacaf8f5ae12a7ab7ce5b85782924 213 1.00/1.00 vMB 30
825,225 825,225 000000000000000000029747c078588c0d2db8a3b7d509d4da01a7d8789f643e 2,243 1.00/1.00 vMB 37
825,224 825,224 00000000000000000000faefc05d8f39995798f8f22f9dc30008594211bdb8b3 2,968 1.00/1.00 vMB 51
825,223 825,223 00000000000000000000e55f00264b03f9bc1b072a5a687d2e9b1c81f06bd20b 2,137 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.