Loading Tool

Explorer IconExplorer

Memory Pool

38,733 transactions
15.78 vMB
0.12098486 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.00/200 MB

Candidate Block

Mining Attempt 811b6ff072598548c3ee5e8be65430355fb1714541057c7cf58bb186b2fe6a27
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 80fa29bcd71000abb88a110ddfe7dd128ea746894974b50db1cc79bbb47b24b4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.05390214 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (750,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,560 162,560 000000000000017c17fadc6a4321d5c0eba99f007cf607c01b5f138247bac7f9 38 0.02 vMB 74
162,559 162,559 00000000000002539b6d35add2507292cf8b0533ae16f6764ce8d4a097643f51 24 0.03 vMB 166
162,558 162,558 000000000000007a720f5a870d8abaee2201dfa78739fb471243f3b03a2866f9 6 0.00 vMB 0
162,557 162,557 000000000000000b74e8f7a1c4d4150e09d2726b2ee546cfba793651868aec24 74 0.04 vMB 63
162,556 162,556 000000000000084b19c584be83bd3fbd3859bdbc91212951860bd925fa946e03 50 0.01 vMB 70
162,555 162,555 00000000000005b8bdb8af3a10a4903f82789e6118a3922bcdffac072e9704b0 11 0.00 vMB 43
162,554 162,554 00000000000005a108c75d65e78e75a6ff59f687db2912511a0aa36070c64e8d 73 0.02 vMB 111
162,553 162,553 00000000000005543a5f8c6cde1f35f61c87197c69f1ed922d088e7c0d3e1a26 8 0.00 vMB 1,320
162,552 162,552 00000000000002a4178b099d6c3942f714b308ce19483201cc91fe91598b43b8 11 0.00 vMB 38
162,551 162,551 00000000000002c730c8c0691fda4552b3f1d4b062cea4609f274c2dabbf487e 11 0.00 vMB 48
162,550 162,550 00000000000004414f77352cc851a3f9515a30850271782ac24c4a76a0250d9c 126 0.04 vMB 12
162,549 162,549 0000000000000ca827c6ba0502de2dab94d910f395673f0d682eb9afbce25fea 36 0.01 vMB 54
162,548 162,548 0000000000000a46b75773162995a3354911e374c1d0e3eb93856f9e7979f583 43 0.03 vMB 54
162,547 162,547 00000000000008947e95dfaa1ed37c0ebbb8c75e5d5eedd82346bbc32fc5e296 11 0.00 vMB 16
162,546 162,546 000000000000060681f559cd43436040f6bef4184059fe7913f5235611c27b68 1 0.00 vMB 0
162,545 162,545 00000000000000aae16d358075e3d36d4e92809d3df08dab5c9c85d0eceb7e73 20 0.01 vMB 299
162,544 162,544 000000000000057db3fd28d12f670b30bef8141db9f02ab866430729759d52c5 44 0.01 vMB 289
162,543 162,543 000000000000066e032b7aca511a18b281fcbf22077545478de92617167e622e 13 0.00 vMB 14
162,542 162,542 00000000000002fc4bb44cf091973a15e336721557e280c7cc96a889c1ec787c 17 0.01 vMB 136
162,541 162,541 000000000000000b8075aeef18ddf1099ea99197ba4147093d1ed4162d0a274e 41 0.02 vMB 4
162,540 162,540 0000000000000892f27e4adf30351d49207d6e732caf06d76d2554222b33f283 87 0.05 vMB 169
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 150.24 GB
    • Received: 0.61 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.