Loading Tool

Explorer IconExplorer

Memory Pool

27,213 transactions
11.72 vMB
0.02964422 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.90/200 MB

Candidate Block

Mining Attempt 19e71ef6eb3f05025b419103485883366ebfb6d4bcf43bc9e5fd558e7b9ab038
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root d23b4084966274cb01b92873389cb0538581333780e75a9c67ce3610b1830631
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.00924043 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (744,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,242 169,242 00000000000005cfeb41bc5afb758aa64382ace383d2fe0774ed1425ae32f64d 9 0.02 vMB 132
169,241 169,241 000000000000084600b58c4174b5b12e22176f56b6e43c1bae91af5fde124da5 10 0.00 vMB 0
169,240 169,240 000000000000096adb0cd737494fc2c47ccef34ddcebc803fda1fbfc2b79e209 43 0.02 vMB 147
169,239 169,239 0000000000000330d7465b38956cc8239517a23b0638209a37086458fc1623b6 11 0.00 vMB 130
169,238 169,238 0000000000000288bad86a6598666afb3d6dbfa0ce9e2a24df7020b738e87cd7 21 0.07 vMB 956
169,237 169,237 00000000000004fedd6a12a838233cb074e5007886cf49dedcd12d57d7043af6 22 0.01 vMB 175
169,236 169,236 00000000000001b9a2d7e92001c37ba5b6f141695746e5aba1a3cbd9c39120c9 11 0.05 vMB 953
169,235 169,235 0000000000000b2470a1195d59c025ff8ef48ebd8bce67899d2fd4c234536335 22 0.01 vMB 62
169,234 169,234 000000000000065e91555eec8f8e803f707a1b32a276278ab610fbdbd4d09483 38 0.04 vMB 1,440
169,233 169,233 000000000000055488fb563cbae46f667d287fe985d977554e19ddcac7028d74 5 0.00 vMB 6,926
169,232 169,232 00000000000007525b08da4edf5ee939f127c41e79ddcfb79343c3d62c460833 14 0.00 vMB 277
169,231 169,231 00000000000007f388e96ade6946fe0b2ed7c69ae0717d6d340dc29f6d2e67e2 18 0.01 vMB 56
169,230 169,230 00000000000009ae39763e5451f03d675c4cc404e00b28e5f971c7627d12e503 11 0.00 vMB 11
169,229 169,229 0000000000000c0c72e839dd82d1c19a8b9d30e5a2f364cd0f97af69fc2819fe 36 0.02 vMB 92
169,228 169,228 00000000000001ad561b7c58c83f46b5f5e1ac99e326a44ce4ffd0c44b5ab01b 47 0.02 vMB 218
169,227 169,227 000000000000083ce1ff707a866dbde212f5f5f2886b12c7abda2f09f3a9ca47 1 0.00 vMB 0
169,226 169,226 00000000000003c6a282de5f988a150d367e3c6451ea59c73444611159040aff 12 0.01 vMB 288
169,225 169,225 000000000000067bcc62e4701eb9f03fa26652bbc3ac31ac414dfb9910fcdfaa 14 0.01 vMB 72
169,224 169,224 00000000000000e1da08a6805980fd44bf56bf20ba76a9e4f0e05053702a7944 31 0.01 vMB 91
169,223 169,223 00000000000001f605fe30651ff7304424dd01cb96027b2c823ef0679ddbcdb1 103 0.04 vMB 104
169,222 169,222 0000000000000b858d47c3e661b37b29cfccdcbd3a8269d84d93896c1ee73f1c 94 0.04 vMB 127
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

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