Loading Tool

Explorer IconExplorer

Memory Pool

29,373 transactions
6.67 vMB
0.05397410 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.96/200 MB

Candidate Block

Mining Attempt 42dab203495e1c61870b21ec4c1ca0634594729aa9c31bc66715265e5a7a5313
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root f99028710d494296900b7ec369ece2d9c3e393e689fbcb22f67a6900cc6f71ff
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,372
Size: 1.00 vMB
Total Fees: 0.03676918 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (767,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,803 145,803 00000000000001b2b2b1a6349aa12928858e0859e8ff1c004d61cfbb29b8fb9c 1 0.00 vMB 0
145,802 145,802 00000000000005318c12ce85bcf1659b11203f3125c812feef7069404a531050 65 0.02 vMB 137
145,801 145,801 000000000000001b519cb377b60f2ba846c153d10fd3a46fc4d3d0ab181e928f 1 0.00 vMB 0
145,800 145,800 00000000000004c055fce46b07e3917bbe8346521f44042afd52b8a7606db142 115 0.03 vMB 68
145,799 145,799 00000000000005d30ec8891b1faf0072bfd8d2ad518036f4ad2012c13cfba8c7 1 0.00 vMB 0
145,798 145,798 000000000000017ae535cddd0ac03c00d08e61fbf5e31c91b8b38af199d5b622 10 0.01 vMB 62
145,797 145,797 00000000000004c74ada8a77159daad527b47ec5fa2ae6ab23883de64581700d 24 0.01 vMB 64
145,796 145,796 0000000000000375e60096dfa76705814834d1330b04f26aaa1742b5bc27cb65 13 0.00 vMB 572
145,795 145,795 000000000000021ab987e53f4904d71ea67e7d4799cf8dd04a9d60209e5baad4 9 0.00 vMB 71
145,794 145,794 00000000000000a237f2835e14098f2783de56cc8bd626a05586bac5a125fa78 10 0.00 vMB 218
145,793 145,793 0000000000000857e6e08d8005915eee66e606c5847408ed1f0598b8bb790169 43 0.01 vMB 87
145,792 145,792 0000000000000109bee71ce1751f730ad90930b7178bec9c6922ad83486d2bfb 49 0.03 vMB 238
145,791 145,791 00000000000006127d329f0926db06c8e9372bc22c7f5c79bd06e3cdde1d3816 62 0.02 vMB 219
145,790 145,790 00000000000008053b20dcab4ba9debb005b267ae3e0a174ba9da3d947377564 16 0.01 vMB 83
145,789 145,789 00000000000006a51a3539a7d4b9d8e6c44728ca474f414163ac1d2c7b1c923a 34 0.02 vMB 144
145,788 145,788 0000000000000433ff5cc59973d43ed4c2b9ea393d08692db2f923295461025e 45 0.02 vMB 327
145,787 145,787 00000000000005a9069955914fa6ad52381b305a6da7332966d7ac4799308d5b 56 0.02 vMB 146
145,786 145,786 000000000000076df23826096594d826b6734ca5dfc026e066179a231c30047d 35 0.02 vMB 108
145,785 145,785 000000000000040389e9e36793b5c756103a52714e455577d1278d91eafcf6da 43 0.02 vMB 75
145,784 145,784 00000000000007a8fae89bb6a3482f51d96cac1ab814d1add6c1ff9b1973caa4 13 0.01 vMB 104
145,783 145,783 00000000000001c53414f4f322d01f9e1e3fa382c947d6b7a711dad609a8bd85 4 0.00 vMB 199
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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