Loading Tool

Explorer IconExplorer

Memory Pool

26,613 transactions
6.41 vMB
0.05360085 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.72/200 MB

Candidate Block

Mining Attempt 65f88c5b3e4c91eae362ebb8d0804ce6cf007cf1f2260381e30eebbd8ef5ab72
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root d488f06bb118491e180d97be9b9da95bbcd151ad900b2a965b04cad8765c2031
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,723
Size: 1.00 vMB
Total Fees: 0.03720737 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (767,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,415 145,415 000000000000064cad655062e8327638833d24ab934e78111b7d235aa1258e10 111 0.05 vMB 183
145,414 145,414 00000000000008d111b730968f5fa455713ea87c91e6bf64916c282e74ca982e 30 0.01 vMB 93
145,413 145,413 00000000000003ac6807858c3a8b3e7fb42c108110291202a57758310634251e 54 0.02 vMB 20
145,412 145,412 000000000000064e4c5ca6939a4f1982063b8aec3b31c853c023b90d57045909 3 0.00 vMB 130
145,411 145,411 000000000000023a98b5986de2eed539a875fc71701319830337951f701db46a 48 0.02 vMB 115
145,410 145,410 00000000000008415df65dcfa3d4860f3f0c7069606ed07f25b8b22f83da311b 6 0.00 vMB 154
145,409 145,409 000000000000014c049e53e7ba34c0feb0204ba0e91374379f8a4ccfbab8b727 16 0.01 vMB 37
145,408 145,408 000000000000032bd9bfd57d7017de364b4191f8b45d482c26232a300e2cb0e0 48 0.03 vMB 73
145,407 145,407 000000000000084c0dc07037eb3d72809308f5e1a24fe097414da91264ab4f93 35 0.01 vMB 5
145,406 145,406 0000000000000983e135effcc3829bfd990139799173c520e0b13a896c06dd32 16 0.00 vMB 22
145,405 145,405 0000000000000418a8dd47f00f5e9e3166550313f89ab9b9b443392dbe44b8e8 8 0.00 vMB 953
145,404 145,404 00000000000000447665cc03889b1834228eb07ca5be457452cbdb1973a66cc9 22 0.01 vMB 450
145,403 145,403 000000000000017c6e3c81f57b68ff0de5528d5c3d57a2316bcc8909df863085 15 0.01 vMB 16
145,402 145,402 000000000000083acd183af87a6a7734b18da84eee5809d7db006c07169b86a6 48 0.02 vMB 96
145,401 145,401 00000000000004b10354ff5ca259d87fd9f16b3647b13d380806bb40904abb5b 29 0.01 vMB 45
145,400 145,400 0000000000000374c21f2602d4cd5bd7bedb82f621e3408854c7406dcd15c3a9 23 0.01 vMB 127
145,399 145,399 00000000000002925247e4d3717518554d1c39f383fa7907ba0975568475ddbe 131 0.05 vMB 49
145,398 145,398 000000000000043c05bec253e5b8895deece9157a6ae871315ca10fee96fcb8a 15 0.00 vMB 931
145,397 145,397 000000000000002fd39a82272900e3c929fab510cc1c92bea82348507083e92d 7 0.00 vMB 1,039
145,396 145,396 00000000000002963783155e079cd8c65760f021ecb3e176c4ce70508736630e 48 0.02 vMB 141
145,395 145,395 000000000000065104e8a05eec96456f7fb1a854d801b5a73a878a01ce882d00 17 0.01 vMB 77
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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