Loading Tool

Explorer IconExplorer

Memory Pool

85,693 transactions
32.84 vMB
0.13097619 BTC
Random Selection Loading Transactions
Max Size: 195.38/200 MB

Candidate Block

Mining Attempt 48e1b939c0862334cc8dca8b0de5d7b38148ca111f05802f09dc469010a57370
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root f65dddbd61747c55f90e7a451d8f8fdf84e47758762f7ef797de75d2ab153cfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,473
Size: 1.00 vMB
Total Fees: 0.06063495 BTC
Feerates: 387.56 > 6.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (427,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,691 487,691 0000000000000000004f56b43089180a74207fa5c94514e3faa00ee9aa76733b 1,338 1.00/1.00 vMB 69
487,690 487,690 00000000000000000023e37014f216e40a5f60824bfd7c198ad7df8d6de1edd4 2,209 0.96/1.00 vMB 116
487,689 487,689 000000000000000000150fc1d4e4d891966e80b8698cfe8c16aa66df882dcd46 1,841 1.00/1.00 vMB 158
487,688 487,688 000000000000000000a0d69eae1893e394daad334cd5827a0a7fedb103506b6e 1,944 0.99/1.00 vMB 101
487,687 487,687 000000000000000000fa039f06e7eaa12d89a01521fa7b427c3cfc8c06c4d1ab 1,345 1.00/1.00 vMB 173
487,686 487,686 0000000000000000004cef68c35b467ccd7b88cfc9c69abc319c7108e4ed8605 2,419 1.00/1.00 vMB 158
487,685 487,685 000000000000000000831a2e433e09a9ec210fa1edd491f93de9f21026e27ec8 2,096 0.95/1.00 vMB 85
487,684 487,684 000000000000000000e669817a2d63a344cc7b2ae5b9915a31a1f21fbd06c786 2,716 1.00/1.00 vMB 149
487,683 487,683 00000000000000000002b1641019fbe3387cfe1e74cfafe3d5ebadbc0c0be69f 2,159 1.00/1.00 vMB 127
487,682 487,682 000000000000000000053324ef7a03fd1c20ec670ab5e3f57edcc0f9615c73c4 1,975 1.00/1.00 vMB 112
487,681 487,681 000000000000000000748897b145876edef8192fc3b03850b13b1e65d72d37b5 1,855 1.00/1.00 vMB 146
487,680 487,680 00000000000000000016ae894452489393960103dccf8f8fe57b750f4e9d606a 2,386 0.98/1.00 vMB 97
487,679 487,679 000000000000000000a5c626a3ee6561f566aa8aea5b65c89ef6212a3f271b95 2,250 1.00/1.00 vMB 168
487,678 487,678 000000000000000000799c16b846bdf996ca763e403bd4c2a83c41ac6c7f15fb 2,306 1.00/1.00 vMB 121
487,677 487,677 000000000000000000baeca1a1e951d335a1d1a9d9a390c732741e1e942081ac 2,284 1.00/1.00 vMB 211
487,676 487,676 00000000000000000082d1c2035d6bd67602733318857192a8ebcfb9bb1abd88 2,105 0.98/1.00 vMB 144
487,675 487,675 00000000000000000075647478d7534dcdcc6a98b8c9dce6f7854e7d9352ead9 2,355 0.97/1.00 vMB 119
487,674 487,674 0000000000000000003a62038488e68450b9a42bf0b8daae2cc0f5640379238f 1,350 0.90/1.00 vMB 27
487,673 487,673 0000000000000000009899f3657f06ef41be469583dfd877dee461f8964bb696 603 0.27/1.00 vMB 112
487,672 487,672 0000000000000000002e05af396d8f66f81e1cb61b499cb63eed38486fb744d1 37 0.01/1.00 vMB 326
487,671 487,671 00000000000000000023e3ed96d4dbb09e48af1430d79ca7f05d40282c8b4cac 2,298 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.31 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: 659.26 GB
    • Received: 14.60 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.