Loading Tool

Explorer IconExplorer

Memory Pool

12,880 transactions
8.39 vMB
0.01632678 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.91/200 MB

Candidate Block

Mining Attempt 568a02cf871c2ede49c4b9d6e80b6e42945fe407826b7c93582db6e842d14270
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 47c19b128eaff1257d320670562fe516688733123f4884cdcea975b3ee02dc05
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,998
Size: 1.00 vMB
Total Fees: 0.00408586 BTC
Median Feerate: 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (777,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,009 136,009 00000000000003149bb7358b6637752027901d28628c1efdab33418eb7eb3491 21 0.01/1.00 vMB 530
136,008 136,008 00000000000000b57edb86030e65310e13fd2079ce69c0486f1a2a0683f7f5d7 70 0.04/1.00 vMB 449
136,007 136,007 00000000000002d6d4b3be09a6384a29f11635409558e2227f9ff74228452c16 22 0.01/1.00 vMB 94
136,006 136,006 00000000000006b3e1f2a02f60cba1b7ae037b7bf9f0f06b3359c20f9cc1e8f3 39 0.02/1.00 vMB 592
136,005 136,005 00000000000006d8a4999aa4a008199b6f6bc36084592e6d7e83357e8e71e6d7 40 0.02/1.00 vMB 341
136,004 136,004 000000000000023c81573fb4936dde514b5b002ecb56b0c3812e96ddd7b29d28 27 0.01/1.00 vMB 177
136,003 136,003 000000000000042cb2a7269c7588b541aa24960dde6ddcbb12e6772bca7689dd 50 0.02/1.00 vMB 318
136,002 136,002 00000000000000b2b44a6a23b53af477ec510d42645e31faccdde06b2c3df911 15 0.01/1.00 vMB 373
136,001 136,001 00000000000009a3aab1d1d5c4f1fbddf45a3c1d0484fcb5f0773d0755f42353 94 0.04/1.00 vMB 533
136,000 136,000 00000000000004da0d6d69fd474fa08fe2ff3111ff1e9e01f72899dcd9d897f0 57 0.02/1.00 vMB 507
135,999 135,999 000000000000019d7d8365d747b7c77c5f58be9e213b26cef5cdeecedba7f714 137 0.05/1.00 vMB 298
135,998 135,998 00000000000002f2312543518a611d4bb45b701c1b15d19ad3534c0225a83a0e 13 0.00/1.00 vMB 15
135,997 135,997 0000000000000a7badb5d7632e06d17db489eef9b2b8b952b7064b2bf059eb7b 46 0.02/1.00 vMB 356
135,996 135,996 00000000000000891c1029b91e884bb68e0447fe04db87977752d79e56e65e62 89 0.04/1.00 vMB 840
135,995 135,995 00000000000006d2e1aec76824ab6811911a40cf4fcccbd05941ca53a4603591 13 0.00/1.00 vMB 86
135,994 135,994 00000000000008d1a4446a62df9c32be2bd6d0a7702796d3a1782fba0359c5ce 17 0.00/1.00 vMB 237
135,993 135,993 00000000000008f237f31115ab0bfb68e89398ce110df4519072c84e75a5a849 39 0.02/1.00 vMB 209
135,992 135,992 00000000000002764cba0ababc704c252be35a358aca86f3d3bb48936f553cfb 24 0.01/1.00 vMB 268
135,991 135,991 00000000000003914139f34657fb9bae52a254c4e44a4a9b22d61da4ff3d6f33 46 0.03/1.00 vMB 163
135,990 135,990 00000000000004bdead2bede35ba4ed7b12a08cd56b5fb18987d0dcdef85305f 64 0.02/1.00 vMB 170
135,989 135,989 000000000000093479e1c46408ef1b6b7ed41bc145cba88a781f0231330247ab 98 0.06/1.00 vMB 372
Previous 10 blocks ↓
Total Size: 779.85 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: 430.73 GB
    • Received: 2.35 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.