Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,218 transactions (0.97 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,659 000000000000000000022b910000000000000000000000000000000000000000 ago 0.97 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,658 (130,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,247 781,247 00000000000000000004de315d3c07bb9d8978abd139050c052fc4633358f3f3 1.89 MB 1,849 19
781,246 781,246 0000000000000000000021aac39f3ab69c5a58688221d4e5166c7169f25492de 1.74 MB 1,310 22
781,245 781,245 00000000000000000003b8d50e9d9766cebb9dc71148c9ac6c0727ef858679eb 1.70 MB 2,595 31
781,244 781,244 00000000000000000000c12aa53a1f541ed3a43936cef6d62d7036c1eb2952c7 1.68 MB 2,115 20
781,243 781,243 00000000000000000003081b74bd25992f4de108cccb92899f372507113d9880 2.16 MB 2,385 26
781,242 781,242 00000000000000000003fcfd7a0cc5801b6a853be2e71d5e7c0b10b22ce7d351 1.80 MB 1,884 31
781,241 781,241 0000000000000000000512445aaf21cceb931f7102868e7c98eb6fdebaa26c54 1.66 MB 2,930 38
781,240 781,240 00000000000000000003ffae0b6adc9881901a399078cb8ac4dd243ef8b9cfd3 1.77 MB 2,595 45
781,239 781,239 000000000000000000055dd53e616d71e305309cf1fec6127346c5c78f728745 1.50 MB 3,213 56
781,238 781,238 000000000000000000000bcc217ea54e2e9bcd9389237625e8a4d1b50841cfb1 1.55 MB 2,694 43
781,237 781,237 00000000000000000002793398f1212ad7f7d5ff51fac8cff88a7981fe532cec 1.63 MB 1,643 52
781,236 781,236 00000000000000000006468c0a585727cd5bacdb25183ef51e096926f454dc65 1.61 MB 3,082 24
781,235 781,235 0000000000000000000304af659d033d95cf07e25b197bf4bc02b32b9e6b1ca7 1.55 MB 3,353 43
781,234 781,234 0000000000000000000341fd544ec8f480dd96e304aeb51d51d91433b6f57524 1.49 MB 3,547 45
781,233 781,233 000000000000000000043ca74bcd35938216e3a6a56775ed725bae9f9dc2ec3e 1.55 MB 3,526 37
781,232 781,232 0000000000000000000590fd5ca7ad4b6f57a93045df3b2d9e12e027aec0590b 1.57 MB 3,538 53
781,231 781,231 00000000000000000003cff6756cebcd96aa1915207db7d4665634d490a96e42 1.56 MB 3,646 44
781,230 781,230 000000000000000000033666f3c1e59137f9e21550d61f5b2788a847fa37aa8c 1.37 MB 1,718 54
781,229 781,229 000000000000000000003bf1f6c4f32dbe4cab68e3490b06f51ee33f8f9c2b43 1.58 MB 2,566 64
781,228 781,228 00000000000000000006318ccac7271cb836e8fa659801fad8b9ab724c41f6ab 1.77 MB 1,321 39
781,227 781,227 000000000000000000052614adca5a5d6f85659eb78130885ff79c14bf65bfa7 1.58 MB 2,750 32
Previous 10 blocks ↓
Total Size: 776.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,424.43 GB sent, 130.94 GB received

Notes

  • This page updates every 5 seconds.
  • 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.