Loading Tool

Explorer IconExplorer

Memory Pool

45,962 transactions
32.29 vMB
0.12891606 BTC
Random Selection Loading Transactions
Max Size: 163.85/200 MB

Candidate Block

Mining Attempt 3eeda8dcd5c91486600334f350b31bca2710df3826d6416354733e09b1f6300f
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root e1459ed8dbcbc3b884b1c2b5970198ec4cb7b55460d4290e0d2f245075bf4e31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.05573226 BTC
Feerates: 265.25 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (441,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,271 473,271 000000000000000000dc9903dc4c469398b6c685864558d7665c1c7d56279b59 2,233 1.00/1.00 vMB 297
473,270 473,270 000000000000000000525ea783c69d78b7a67972ac9c1268bc614ceea24c228e 2,479 1.00/1.00 vMB 386
473,269 473,269 000000000000000000802be2b0b58a8c7af9926dcec0daacfbfdad8f809bec79 2,516 1.00/1.00 vMB 251
473,268 473,268 0000000000000000012a7a5e21a525df553498a7a310d90542fde26ca7ebfd4b 2,606 1.00/1.00 vMB 303
473,267 473,267 00000000000000000039b239e27677e3835a59321df08e87583812528bc3c185 2,261 1.00/1.00 vMB 365
473,266 473,266 0000000000000000013bd1a5f07afc8791542f0e24044e218b606f71804eca33 2,175 1.00/1.00 vMB 361
473,265 473,265 0000000000000000009b5f1d9278440de32ed6c4a4c7212a0dde1f1a69bd4d17 1,842 1.00/1.00 vMB 314
473,264 473,264 000000000000000001220fb304f57c5975dd60a79fba6d01c95544398ec75daf 1,940 1.00/1.00 vMB 418
473,263 473,263 0000000000000000014d4ca86ef1cec96e7b7556df25d69fd519b40185139e80 1,980 0.99/1.00 vMB 282
473,262 473,262 00000000000000000145618b4ccb656d735244a1f1884826ec78f05fc8d026ad 2,735 1.00/1.00 vMB 415
473,261 473,261 0000000000000000011d2485543ac7b54927260a1ae84a8295644a5f286fa7d9 2,481 1.00/1.00 vMB 336
473,260 473,260 00000000000000000070848627d19001d04971c59a0d1b6888c007bb51ed1a84 2,361 1.00/1.00 vMB 364
473,259 473,259 00000000000000000076770c5dbb3b86701e8790698713dde6ecf22292b0d8a1 2,512 1.00/1.00 vMB 391
473,258 473,258 000000000000000000948fa09e8ed40a18bb6d3ff4a54856d35f3c6a6088c2ec 2,421 1.00/1.00 vMB 284
473,257 473,257 0000000000000000002fbe44076e2556779dc5a37ac01c1af127e1f89e5c3244 2,269 0.99/1.00 vMB 350
473,256 473,256 00000000000000000159975284c679e2e63de110fcd9df179266711ff1b68472 1,662 1.00/1.00 vMB 288
473,255 473,255 0000000000000000007310549448c9658aed73c1a7bdf1abaf0e52e33e7556cd 2,079 1.00/1.00 vMB 344
473,254 473,254 0000000000000000008abfe55c7e5979ce59eb678f5ad39b9f76e30496fec7dc 2,510 1.00/1.00 vMB 380
473,253 473,253 000000000000000000a2adbbc26b673649896192cf4c1f51482f3d6cd997c675 2,234 1.00/1.00 vMB 363
473,252 473,252 00000000000000000148ef2f12f3db30ffd0898e3d1fec5bc21a5cc9ffce3c1a 2,065 1.00/1.00 vMB 325
473,251 473,251 0000000000000000002d8fe1dbf0403754b17ae22af0c170ae0a6ec9547e4abb 2,284 1.00/1.00 vMB 363
Previous 10 blocks ↓
Total Size: 781.65 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: 626.66 GB
    • Received: 11.70 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.