Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

256 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,570 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,569 (530,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
381,417 381,417 00000000000000000eb93dd4f43de43725f7302624e22988cd95edbec42b1e3d 0.95 MB 2,928 67
381,416 381,416 000000000000000005e10fa0dc48e87cdca39f33ff1aad7f93853eeffbebf462 0.95 MB 2,581 51
381,415 381,415 00000000000000000064160b9baaeab3e98469e67cddd807b006956fcc311bf5 0.24 MB 555 42
381,414 381,414 0000000000000000035d28964ab01133b3c017fdc9769955bed23b171f3af685 0.18 MB 350 29
381,413 381,413 000000000000000001483d192ad9e374a768e9458acbccf6f1645b5b0811414f 0.51 MB 1,193 38
381,412 381,412 000000000000000010608ed3a7646aed4e3ddf92bd32b564bd0798c6e222ffb9 0.22 MB 450 29
381,411 381,411 00000000000000001157601778aba8da6ba949cf239e356ef3b0d1cd19b65125 0.54 MB 960 31
381,410 381,410 000000000000000004ed3853152dfdc9ff95e5c3f44ebdd8fa0afa875e96cb35 0.11 MB 201 23
381,409 381,409 0000000000000000100782e105bbfffdeaeadf5c360d5416616b27a572598a85 0.00 MB 1 0
381,408 381,408 00000000000000001074649da718b5e80d048465ab5826e8185a922c4853ddfc 0.95 MB 1,879 35
381,407 381,407 00000000000000000dbb2008df86f7f05082e24f3cd1f7f2cd762f467801199d 0.80 MB 1,651 35
381,406 381,406 00000000000000000d258e8e99d58e7b9f02ae3f47b0ff347ed25cd4d1e008a4 0.93 MB 2,309 42
381,405 381,405 00000000000000000a30ff4ad7b72ff8023d5d73b40d32b5a5d6ffcf294f1bb0 0.75 MB 1,630 37
381,404 381,404 00000000000000000fac1e208937b975c18633af6e89e33d8564e3121b92ad71 0.25 MB 205 15
381,403 381,403 00000000000000000f8144d935321d18d14465c7617c04140418383aebfdc455 0.29 MB 521 32
381,402 381,402 00000000000000000b0e6210d58058d293205b4b8decb49e27e76586cad69210 0.67 MB 1,421 40
381,401 381,401 0000000000000000010f5e20f8d2e4b1ec9c9fa9da66394b5a05ccab60f88e1b 0.28 MB 519 24
381,400 381,400 00000000000000000c08b4c0324913fdf3b74f1a1a8df51bef08401fc34d8821 0.30 MB 364 18
381,399 381,399 0000000000000000103db770f2e6ec757fbc8574c471350679ae816a924a8ed9 0.75 MB 1,607 40
381,398 381,398 000000000000000000ef85c67c448567553d1f15e3272dd9abcead9023e6ce41 0.25 MB 377 27
381,397 381,397 0000000000000000083f5cc2a70f926a27f5c6245173e980a3652bd2592d3e7a 0.71 MB 1,109 35
Previous 10 blocks ↓
Total Size: 776.29 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,414.78 GB sent, 130.09 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.