Loading Tool

Explorer IconExplorer

Memory Pool

27,214 transactions
11.72 vMB
0.02964650 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,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,251 169,251 00000000000005e95f722453755010107258cb38ad3f61f51aa5283fabd9d507 34 0.01 vMB 92
169,250 169,250 000000000000024e10834f94e60bbbcab3649b7932715ef2368bd814edb3b0d3 52 0.02 vMB 141
169,249 169,249 0000000000000a7f98c553d8d3e1cfcd155f9fa421229a5597e870ea1c727fe0 43 0.03 vMB 60
169,248 169,248 0000000000000896cda7e4d8ae4342642317ce38e34abd00120d27b962583b4a 64 0.03 vMB 27
169,247 169,247 000000000000067bd52d45a0e080adf2d674e21442f0e54a038f57212ecdefe2 147 0.05 vMB 13
169,246 169,246 0000000000000a45f7c1b831e8a5a263161f7e60862fdaa47da57d8ba41b10a2 11 0.01 vMB 19
169,245 169,245 0000000000000242826a3f8be8a762461efda0c71cc62ae80401606d003c9eb8 35 0.02 vMB 292
169,244 169,244 0000000000000252ff0ffd73f6d9ed99919dc4c2f401a6c8e5cc0e06a9656710 24 0.01 vMB 172
169,243 169,243 000000000000023cc259cf97d43ad31c7b8eb99c956224b5dcccaf171c9178bd 11 0.00 vMB 34
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
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.