Loading Tool

Explorer IconExplorer

Memory Pool

86,778 transactions
31.84 vMB
0.10966509 BTC
Random Selection Loading Transactions
Max Size: 195.04/200 MB

Candidate Block

Mining Attempt 3ae82a5c9ec45b54bf9b95d04ac2a4d428c527204062f57e1c30da341eeb140a
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 6741f7bde23926ecaff4ad2553dde485952a4fc3621dbd99bec330a0c3ac76b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,861
Size: 1.00 vMB
Total Fees: 0.02864516 BTC
Feerates: 1,236.26 > 2.87 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (354,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,310 561,310 0000000000000000001afc98df0af06be9bf4e276c056296a0693c12a6ded4ef 1,026 0.32/1.00 vMB 9
561,309 561,309 00000000000000000009072485e8502be84174f8116ca1ccab621858cce330f8 1,552 0.46/1.00 vMB 6
561,308 561,308 000000000000000000144ba6b350ae917c05097ae53ab4182cf6ea2d43ac455c 2,591 0.80/1.00 vMB 9
561,307 561,307 0000000000000000000f76dac10582f0dff59e0a61fc5e80328657131c6e1f3d 2,839 0.89/1.00 vMB 11
561,306 561,306 0000000000000000002c6c95e731326da400729e1d499e7815e26f00d2e47f84 1,288 0.62/1.00 vMB 2
561,305 561,305 00000000000000000027cf8b81281d0d10245275794f10f99a7c44e3e96112e4 2,930 1.00/1.00 vMB 22
561,304 561,304 0000000000000000002a921eabf983a048cca74f20e971feff6577887c48a5a8 2,726 1.00/1.00 vMB 7
561,303 561,303 00000000000000000010c56f995dc6f3476ea2b3923bcdadd51f9006ae9f5e64 2,894 1.00/1.00 vMB 16
561,302 561,302 0000000000000000002e2b6448fb49f11e2648b6df720f05c33bf53897a50a9d 2,675 1.00/1.00 vMB 8
561,301 561,301 000000000000000000131dd9ecc2334473d010bf522b974c5aaf3d6bb461d9e9 3,297 1.00/1.00 vMB 24
561,300 561,300 000000000000000000036eae0955ba935b0080b52a6c3ebe65922702d02c3b6b 3,370 1.00/1.00 vMB 26
561,299 561,299 00000000000000000002894f7285b074c3259b81dc9cc1aab31d690a17212c13 3,184 1.00/1.00 vMB 27
561,298 561,298 0000000000000000001c232e766f37990ad52138a0c6c17c3a17f2b8b57dcb4d 630 0.21/1.00 vMB 9
561,297 561,297 00000000000000000020a9e0bdccf76b2f5c9ceeb52eb8e5a1cb1c7b031e9196 885 0.27/1.00 vMB 9
561,296 561,296 0000000000000000002b4eb797e682b0bf099add49a7fc8dd1ed2b38d5cdd145 241 0.07/1.00 vMB 6
561,295 561,295 00000000000000000002ce2a50a3a9ef53deef2c2e3fc91165454549bdb91cc0 1,134 0.41/1.00 vMB 15
561,294 561,294 0000000000000000000051f15df012152d6b7052f7a81beb0e8adcaaf8ecaa1d 1,784 0.81/1.00 vMB 2
561,293 561,293 00000000000000000018736bfe40b4663d38359f2f4ad7e93d56b286f7ffaca3 1,907 1.00/1.00 vMB 14
561,292 561,292 0000000000000000002617bf1a74a29fd53c9313fa4859af6bd8c00b3ffa77b0 3,388 1.00/1.00 vMB 5
561,291 561,291 0000000000000000000eb70c4bde68a0c6df6d370231d6a13ccac5635d13cab2 2,904 1.00/1.00 vMB 25
561,290 561,290 00000000000000000002688e5c1ce407935910fffcb45575094871ae68208b88 3,092 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.