Loading Tool

Explorer IconExplorer

Memory Pool

42,127 transactions
18.44 vMB
0.18775282 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.59/200 MB

Candidate Block

Mining Attempt b6e68cbecbe2a6e6c09fecce21ba27692513c0f2f5e90c12eda6404d4f95e8a2
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root dcb85d9f8d87f71a5e44454a62db5c0127e79975926af011be25ced440fb5cc6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.06147095 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (772,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,009 141,009 00000000000007117ec9eae7d446a2088b19c519393c87ef2f477fce7353eb31 29 0.01 vMB 32
141,008 141,008 00000000000007671993a4386ab1d27bbb269ca86200d5d6cef60d127ce7d36c 140 0.05 vMB 145
141,007 141,007 000000000000047d975cc71950add44053495c8a5cc87be8f1d38d5d0d6187ff 12 0.06 vMB 136
141,006 141,006 000000000000014eaa894a28c49f09edff32cfac10b8a81c0e6963df2ea026b0 29 0.01 vMB 30
141,005 141,005 000000000000045d9e883b35adfd77e096ea83f441b76debb582fc3d8ea4f9e2 130 0.05 vMB 201
141,004 141,004 000000000000072670c18bdef22f38989563db705ae840e22c805fe4c6fe9933 24 0.01 vMB 293
141,003 141,003 0000000000000549ae448df895063646a5b2cf810f8fbe7aa255f05caa796362 116 0.05 vMB 66
141,002 141,002 00000000000003e3a344385a91c3ff841e63a35c914bb775986989f565e27d6e 20 0.01 vMB 166
141,001 141,001 00000000000001250c357850bfa91362957c19bf5f603c53d745d05cbb8db029 92 0.03 vMB 103
141,000 141,000 000000000000079c4c0873586e86365f5c003887bca2b5112f5a8950862accbe 31 0.03 vMB 183
140,999 140,999 00000000000008b4f6aca8ce2232bf608eba5e6393e96f81b66e772f36d986af 25 0.01 vMB 329
140,998 140,998 0000000000000736fa8c48a5772a67290d3f9d58f2f231210362888740331dae 56 0.03 vMB 127
140,997 140,997 00000000000005150e6014ec3603c3d9d35175bda4dfcfb57098f25b872a73ab 59 0.02 vMB 259
140,996 140,996 00000000000007f97b4967398e475acfdd279174acd7f3aeb607b89191049780 35 0.02 vMB 309
140,995 140,995 000000000000058992b4283c170bc600aee04bd06a7f96c5a9a946fe0e8f5f08 198 0.07 vMB 203
140,994 140,994 00000000000008d1782fd3ccb5b959b34059eda17f7c88cd474e072f547dd97a 14 0.05 vMB 97
140,993 140,993 0000000000000435aa5e8ac30d83aa8d0373fbc918fbec31c6d8f6210bb438da 123 0.05 vMB 197
140,992 140,992 00000000000000860e6b30b1eca07419ea1359ad930efb510d01ed8a5656450c 16 0.01 vMB 388
140,991 140,991 00000000000000878428f32fcc4965c584f684289e21edc34fc18844dc945c1b 65 0.03 vMB 441
140,990 140,990 00000000000007ea60af6c685642587a202d9d0b463e5560a030b0e9b8ec6c82 22 0.01 vMB 178
140,989 140,989 0000000000000890fc205764b6a4044ab33115bc89f74d507e94e1f8ed7fb85e 71 0.03 vMB 402
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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