Loading Tool

Explorer IconExplorer

Memory Pool

27,761 transactions
12.59 vMB
0.03935593 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.19/200 MB

Candidate Block

Mining Attempt cf2a9299a2d7bde3730d4d7f9ac6c5ebcb4a5796144c5141e6dd6973b4592630
Version 20000000
Previous Block 00000000000000000000eb36ee3e6947a9e850649902af9ef9b61f08ab73877e
Merkle Root 833cc0565dadc4590b69f6b9447a4600d51fa8911fffd1fe6f3119b0b345e932
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 680
Size: 1.00 vMB
Total Fees: 0.01214984 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,517 (744,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
169,221 169,221 0000000000000954ae582d35cf2da5cad11e506432e5fd0b40125270d4099cf3 9 0.00 vMB 17
169,220 169,220 00000000000000dcb814e247a8e7ce80bfb104d61b71d26186bdd55278d2ceb6 19 0.01 vMB 319
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.24 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.