Loading Tool

Explorer IconExplorer

Memory Pool

26,021 transactions
12.40 vMB
0.07032697 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.69/200 MB

Candidate Block

Mining Attempt ed69ccfb1ac2abf06faefa79aac0194ee509c3970d2e745f544a3b041ed151d6
Version 20000000
Previous Block 000000000000000000000a0813b0a1930f49f52e9551907612c3d32688f4ddba
Merkle Root 6a4ea662276ea3993ce39cc628e6a9d3e5230bd56f1361d8c3195e37f5ce5a91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,522
Size: 0.997991 1.00 vMB
Total Fees: 0.04735236 BTC
Feerates: 641.71 > 4.74 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,702 (768,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,004 145,004 000000000000068ebd08964ee093297c9510a4027b0eab493bdc5e744f236fcd 6 0.00/1.00 vMB 773
145,003 145,003 0000000000000326ee14b56d8336e0e69d3e00e256e0a2f1b49f5e22bd3545da 7 0.00/1.00 vMB 57
145,002 145,002 000000000000021326f705263af6ebf553b34e05118fedbaeea9062d53aa48c4 79 0.02/1.00 vMB 123
145,001 145,001 00000000000001d3a873c3f3246937f55e49ac9c9d9498ed4c0d9c45e3674a9f 11 0.00/1.00 vMB 17
145,000 145,000 000000000000087f9aa52a08d8ff065ebe1b6d12f03390fe771faa8720eb96cb 33 0.02/1.00 vMB 80
144,999 144,999 000000000000054d37e994dd2a6f3260560dd71236d236de8eed67612fa4aad8 35 0.02/1.00 vMB 49
144,998 144,998 0000000000000169f106e937ff5d0174342be275cd492de49ff7e4384aa4de4c 9 0.05/1.00 vMB 147
144,997 144,997 00000000000003465fc6dcd3cb1cb44118c824a5afd1dec0c37b2bbc4a4bc642 152 0.05/1.00 vMB 85
144,996 144,996 0000000000000485de2d3c8f2917fd1d475c9618faa439ef240ef1e144d7fe27 8 0.00/1.00 vMB 155
144,995 144,995 0000000000000773c62953a86d87ac95462d724dd68051408032d7beafafea9b 31 0.02/1.00 vMB 78
144,994 144,994 000000000000037414d5234a68221d495ca550c400a6451ba380c43cb2eeed95 33 0.01/1.00 vMB 41
144,993 144,993 000000000000072da16958468d2d531896bf6fda4f33a07775fdbd6074353c32 73 0.04/1.00 vMB 207
144,992 144,992 00000000000001cddd3fac37621f13e32f85a0b5a80a137283b19d262811b972 137 0.05/1.00 vMB 274
144,991 144,991 000000000000082ff62a5291732cb913a68ca59c69b7e4606905d9a833d40111 12 0.00/1.00 vMB 198
144,990 144,990 00000000000003195caf3b4e59dc540eb6a0c0390c3da7732f6e7e175bebf295 29 0.01/1.00 vMB 340
144,989 144,989 0000000000000577a0e9be794efe14e83dc8096d876df7c55125841ace351f2b 21 0.01/1.00 vMB 50
144,988 144,988 000000000000065eac817704824d8ddcbd01668303672e77cc90a0a4bdf8ff1b 36 0.02/1.00 vMB 96
144,987 144,987 00000000000000ed63dfd6374e68d1f22fb81854859a45f139286f936c380ec3 61 0.02/1.00 vMB 320
144,986 144,986 0000000000000138799c529777b4098f4c52c61fd7df5a9f22de4ec45624b03b 65 0.03/1.00 vMB 204
144,985 144,985 00000000000003ec763dbb41a3bf352dd0ca0d0990290fcf8351c0c4adbde8d6 25 0.01/1.00 vMB 916
144,984 144,984 000000000000056419c22e2e8e8994faa43486e4602316cf3ea9add4e4135cdd 5 0.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 780.10 GB

Node Details:

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