Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,055 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 ago 0.79 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (150,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
761,714 761,714 000000000000000000043fae582c0de29ae99abf3b19087fe09ef324291262d9 1.50 MB 3,848 29
761,713 761,713 000000000000000000014fa626dcecca753fc20e415640625e14201117520cf0 2.04 MB 1,477 23
761,712 761,712 000000000000000000002fe96bf30f7a60b1266b062e66211459a49f1bfa6535 1.51 MB 3,507 28
761,711 761,711 00000000000000000003410e58752d65698b3bbb8774f74b40484134299acc9a 1.61 MB 1,953 16
761,710 761,710 000000000000000000058dfaf53e21967957d03c9e45c6a0fb1cab7cbfe9fdc3 1.52 MB 3,674 20
761,709 761,709 00000000000000000005b32a406c2e49444e499d0e107fd10352436f5b562e13 1.41 MB 3,225 36
761,708 761,708 00000000000000000003823b7f64815be57a725bc6560965d02a61b72ae1bb03 1.54 MB 3,526 20
761,707 761,707 00000000000000000002ce8309540e425a7d925ae61c29fc78c917157270534a 1.62 MB 2,423 20
761,706 761,706 000000000000000000047f8e5e41bf55cee8b16fce4b55469f180f4bf88418cc 1.54 MB 2,502 18
761,705 761,705 000000000000000000007707a965975aaaceac9dab1e018a25037d15f130a956 1.51 MB 2,916 25
761,704 761,704 00000000000000000002551d0fae94564e0e8b63d487fa1133bc17fd05df7fdd 1.36 MB 2,990 37
761,703 761,703 00000000000000000004f4fff85a2fb3d5889a740389d26a63f9223b3bcd1eb4 1.47 MB 3,126 25
761,702 761,702 00000000000000000000211e16f1c6ca7c735bc1c5462cfe4283bd19d0d722d1 1.50 MB 3,468 27
761,701 761,701 000000000000000000009cc753a936efec395a7b6e604633a6c17b2acd5d97cc 1.37 MB 2,675 17
761,700 761,700 00000000000000000004e2c7b0dfa0dc58c32ebaeff11ff05eed55fdcc719cdb 1.35 MB 1,971 15
761,699 761,699 00000000000000000000d97eeedc1a51e9e6a291e8851243f6dae90ed9d88765 1.30 MB 2,507 30
761,698 761,698 000000000000000000017b090fe43422de7385e39277ab5b1e3d3b0f3da528ac 1.34 MB 2,223 10
761,697 761,697 000000000000000000054fa249f390a9e4fa2a3a61303a019ce2377b48288430 1.51 MB 3,435 23
761,696 761,696 00000000000000000001a842afee5eeacda4cf25e419cd5d430e04f545d7d37e 1.59 MB 2,517 16
761,695 761,695 00000000000000000000ffb6d52d53456c89c47a50dd318854ff7419b8529870 1.49 MB 3,071 20
761,694 761,694 00000000000000000000ac21faf6332fd6b8c6a9f42fa5afe7b16323bab11440 1.49 MB 2,981 21
Previous 10 blocks ↓
Total Size: 776.73 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,451.76 GB sent, 132.20 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.