Loading Tool

Explorer IconExplorer

Memory Pool

44,144 transactions
27.32 vMB
0.08004423 BTC
Random Selection Loading Transactions
Max Size: 142.70/200 MB

Candidate Block

Mining Attempt ce51e27192d9cf598091c0fccfb8e7b15cd7b0ef45a5a93e8511d268b89c02f4
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root e05c9684c04d87ab77d4d640c1c7d2bc763a85ce0acb2da392df57370ce2bf59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02678537 BTC
Feerates: 150.77 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (81,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,279 833,279 000000000000000000021824006f39c2a3f382a420b020db1b85f88258b1da1e 3,338 1.00/1.00 vMB 43
833,278 833,278 00000000000000000001e9d390d618128039f0f5c32d73bfd5fd5fa4a73e90ce 3,018 1.00/1.00 vMB 45
833,277 833,277 0000000000000000000072a8ae4851928c85f3712053e59b5240a6f00835e413 3,060 1.00/1.00 vMB 72
833,276 833,276 00000000000000000001b6dc83a5c1c62a0f8bc9e66cceacc56cdbeeb62187fb 2,199 1.00/1.00 vMB 25
833,275 833,275 00000000000000000003867ddc3fbd8e6ca017f90a649e1788f1270bdba7223b 3,081 1.00/1.00 vMB 43
833,274 833,274 000000000000000000035fcdfb1195f60a6dadbd235e6846730527513694f10f 3,046 1.00/1.00 vMB 57
833,273 833,273 0000000000000000000234aa94ff285148c306d89523b8047b126644e08bc08c 3,120 1.00/1.00 vMB 42
833,272 833,272 000000000000000000020105d71b3578eb3d728de7fb56d52cee18b25360466a 1,632 1.00/1.00 vMB 22
833,271 833,271 000000000000000000010c0f5647109bbc3a215c434fc36617739570218dda47 2,304 1.00/1.00 vMB 28
833,270 833,270 00000000000000000002ebf85729e770ca5cf489c4d3ef2f580a9c2aed15ae42 2,999 1.00/1.00 vMB 44
833,269 833,269 000000000000000000013fc39e5a2f8be94a2e8f265e1189f0449dbe9cb5742f 2,404 1.00/1.00 vMB 31
833,268 833,268 000000000000000000022be2410654f9a83c054111aa4e1c0c6672559e2ec0aa 3,058 1.00/1.00 vMB 54
833,267 833,267 000000000000000000023918064e6cf2b9989bdaa0023a75ec84e2e866925a06 2,463 1.00/1.00 vMB 41
833,266 833,266 00000000000000000002e1550bb619ab3625f2964490906cbaf6b900b4d95de6 3,273 1.00/1.00 vMB 69
833,265 833,265 00000000000000000002a91f35dc7ca27a151c5f08db968ddef18cdf70c74741 3,089 1.00/1.00 vMB 56
833,264 833,264 000000000000000000015297d9986ea8a3e13223e68ba02247f816d07c9ec9e1 2,740 1.00/1.00 vMB 38
833,263 833,263 000000000000000000013ce5c2a963366377f982a46eaf436ebfe8092e8e4d52 3,174 1.00/1.00 vMB 80
833,262 833,262 00000000000000000002974b0bc8a0c833c384268f7068cf4a4c6b1dda41f57e 2,640 1.00/1.00 vMB 47
833,261 833,261 000000000000000000022e8e3841e354280a61798ef4e7584199bf61c0b02aca 3,592 1.00/1.00 vMB 84
833,260 833,260 000000000000000000008a3fa39b404e341bc5803423d46ed8a651fb583f6d53 2,315 1.00/1.00 vMB 29
833,259 833,259 00000000000000000001a5b4e4e0a6ac4d0b04ae7856faffbccf495a72c95798 3,099 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 14.00 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.