Loading Tool

Explorer IconExplorer

Memory Pool

77,321 transactions
28.99 vMB
0.06907176 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 6f4e842b41047dd301e9d272eaf9e085580471fbfe84fda78cf3ab6105081daf
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 0751bf67983a1c57d865b2da1d6ed5b11dd925ae95c80cbeb581c97e7e1ce11d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,191
Size: 1.00 vMB
Total Fees: 0.00589451 BTC
Feerates: 96.15 > 0.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (44,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,172 871,172 0000000000000000000175ca63aa7eaf30116e0b11dc09f57cd5908c4d91c41f 3,984 1.00/1.00 vMB 15
871,171 871,171 000000000000000000006d22fc58f34a5c27db020c1b32f23dda2b5313f60dde 2,266 1.00/1.00 vMB 13
871,170 871,170 00000000000000000002475e2c22eba7eeab6b589e4819e30881169f206e0a04 3,561 1.00/1.00 vMB 20
871,169 871,169 0000000000000000000093301f788055ac475958d695f9fa0a18365e492a4734 3,601 1.00/1.00 vMB 21
871,168 871,168 00000000000000000001c75657a9030fc8233108d03f2a5c6ce593c9fe2df24e 4,043 1.00/1.00 vMB 32
871,167 871,167 000000000000000000025d93ed8b22e76bf66726bd87d7c6286d7394e7d44165 3,483 1.00/1.00 vMB 16
871,166 871,166 00000000000000000000e072e57b987ecef222ae7d443805800c73b90e095ecf 3,843 1.00/1.00 vMB 8
871,165 871,165 0000000000000000000074b23fdaa661c8a0c88ba76a4f6cb000079752a2c3ac 3,498 1.00/1.00 vMB 17
871,164 871,164 0000000000000000000256873b4c1db712d7cc2e911be4948574e052151e6bcb 5,093 1.00/1.00 vMB 7
871,163 871,163 000000000000000000004c9eec220fd876265f4d7fba00a037f7a9e909bd77fb 4,834 1.00/1.00 vMB 8
871,162 871,162 000000000000000000005c9dfc6458c09942526d182821825aef9734276f4415 4,096 1.00/1.00 vMB 19
871,161 871,161 00000000000000000000f1e4c10e84e1da0893bd903d4546f9b0d50e01d27cbe 4,575 1.00/1.00 vMB 12
871,160 871,160 00000000000000000002716d23b6b02097a297a84da484c7a9b6427a999112d8 4,604 1.00/1.00 vMB 7
871,159 871,159 000000000000000000005415216d9d2f8c87baae003386e3f2c060fe2ab00c8a 5,772 1.00/1.00 vMB 3
871,158 871,158 00000000000000000000dfd5bbf2c5dc350df058a4d5b5e1400f56197793cfdc 2,658 1.00/1.00 vMB 4
871,157 871,157 000000000000000000012f1f81d9d7d1113ecce48235bd83b1aaacd4ed3fa266 5,201 1.00/1.00 vMB 7
871,156 871,156 000000000000000000017c7a08445bfcff82673d3f55e9b5963b2acc4a6eb628 5,105 1.00/1.00 vMB 5
871,155 871,155 00000000000000000002a3cc50d6ab150d68a4391e00734ddd902a5c27ebc761 4,404 1.00/1.00 vMB 7
871,154 871,154 0000000000000000000276026e2e9f7651f404bc217b9477d5bfa2ed67e2a870 3,760 1.00/1.00 vMB 14
871,153 871,153 000000000000000000028dcc212d6669b6c5fdadc3331d619cf643d37226790c 5,220 1.00/1.00 vMB 8
871,152 871,152 000000000000000000012a6429026713263c91755e407f267e9a646e9bf45c13 5,177 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.