Loading Tool

Explorer IconExplorer

Memory Pool

44,800 transactions
26.90 vMB
0.06619278 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 966c24c04f94c1fe0077ca0af51bbf7e616936b74428e27b865adf04639dcd2e
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 94eed32fecb08b9e86ea38a2754036c90bf53388a4a7fa3a973eee7eb7789d59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.01643859 BTC
Feerates: 251.72 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (524,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,000 390,000 00000000000000000520000e60b56818523479ada2614806ba17ce0bbe6eaded 854 1.00/1.00 vMB 17
389,999 389,999 000000000000000000c8f139cb532b43e64c014c791daafdd4acaceec101da0a 1,085 1.00/1.00 vMB 19
389,998 389,998 000000000000000000b621f3e00db8744990fc2e37c311805cf16b2732798802 2,598 1.00/1.00 vMB 44
389,997 389,997 0000000000000000090853300af721bd9039c7f8334b1b70451b9fbf1f785783 1,131 0.75/1.00 vMB 21
389,996 389,996 00000000000000000af0b132a8fdecf9d9aa9ed96e684c72e35f65b61d8fe7ef 1,958 0.95/1.00 vMB 32
389,995 389,995 0000000000000000036b35f0d45f03e00667302ba6e7bfae8c0714f0e41bbd10 2,533 1.00/1.00 vMB 41
389,994 389,994 00000000000000000527fdd03c7584a0ba3f022f53fb13ffb55dc590e2f8a0a9 1,893 1.00/1.00 vMB 23
389,993 389,993 00000000000000000055962169f4b1490a4cfdfc2d2afe0a3f389a344f3d1eac 1,982 0.75/1.00 vMB 49
389,992 389,992 00000000000000000063bf745b83b3f83fcf47895a135036724746a36e835e1c 2,629 0.93/1.00 vMB 45
389,991 389,991 000000000000000009e599b40505e993b526dff6f5b7f05c40f784b7251be130 3,055 0.93/1.00 vMB 73
389,990 389,990 000000000000000005a5b16c3bf41ebbe065bd4db0030472aa57db527929e348 3,004 1.00/1.00 vMB 57
389,989 389,989 0000000000000000078fd587ba62894dd9fbd6a1113658eb33698fcf110d369c 2,234 1.00/1.00 vMB 33
389,988 389,988 0000000000000000043b64a5eac5428e75ecc05b43c831f7559c4d053ebec74b 531 0.29/1.00 vMB 23
389,987 389,987 00000000000000000b03a2745a1b29973d95a0ad081cb61b3d819dcc891fc4f9 1,277 0.93/1.00 vMB 21
389,986 389,986 000000000000000005af1a62961ccebc2d75b130d90333d73ca533e0b37b01e6 1 0.00/1.00 vMB 0
389,985 389,985 000000000000000002604f75a32e74002c63e13226bafd68ed189469d74dd7dc 1,814 1.00/1.00 vMB 32
389,984 389,984 0000000000000000076b4c3d08105e8620804fda33c74d77f09892d453876e02 2,365 0.93/1.00 vMB 41
389,983 389,983 0000000000000000090cae4b1f83bdbba333acc55ecb0e5bf978a8cae410f7be 2,634 1.00/1.00 vMB 43
389,982 389,982 00000000000000000a0da8f00f3cf1a2e82b85bef3e15248eb31e538a3089ce8 2,244 0.93/1.00 vMB 34
389,981 389,981 000000000000000007a71eb041659197ea285db96ed0b6ab5ba301454d360cc4 2,307 0.75/1.00 vMB 52
389,980 389,980 00000000000000000ab13158575a20721c77b4c812c5f2b178ee68105b23db5a 2,033 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.70 GB
    • Received: 12.88 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.