Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,146 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,139 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,926 909,926 00000000000000000002102e4987f9fc92a2b84f660b8a2e31e0b377268422db 1.71 MB 3,473 1
909,925 909,925 0000000000000000000113a6d1424b2e37c71b023e95d7626b2d79d394c210f7 2.00 MB 3,090 0
909,924 909,924 00000000000000000001fc6703f9b0229089e2e331c8c62125997ee66d40d395 1.61 MB 3,383 4
909,923 909,923 000000000000000000020a3736ceaeb43bab6b1954876e893e5f3fc4090ed1aa 1.74 MB 3,477 2
909,922 909,922 000000000000000000016986653e8b41124490ac192193da8015a9cccb1458be 1.80 MB 3,368 1
909,921 909,921 000000000000000000015c80db3ce23e795a56f2151fb5bc208479f44950e1ed 2.19 MB 2,246 1
909,920 909,920 000000000000000000006227e37949ab179ab8555a4e08d9abd5cf3c0666b5f4 1.13 MB 2,143 2
909,919 909,919 00000000000000000001c5a37962ee9a7105fc8894a1c571097f22577db5653e 1.60 MB 2,131 1
909,918 909,918 00000000000000000000f0a4bbe04e99d2c01a2817d2c1d6de17ea1712284433 1.74 MB 3,136 2
909,917 909,917 000000000000000000003f267f177e911256ad090ce8a32c1940f399d360c7fd 1.57 MB 2,208 3
909,916 909,916 000000000000000000007b98fa9a4bade39619f2198cfe0b469b22b561d458ad 1.52 MB 3,918 5
909,915 909,915 000000000000000000015fd3f5f025b310aa744ee9ba2ca3a90a420702c1fa64 1.57 MB 2,216 3
909,914 909,914 0000000000000000000175a706fcd43f256bce7960433f6a742bb8f5d5db2343 1.90 MB 1,788 3
909,913 909,913 0000000000000000000200c0cfff19fe25d3f03626ee7d03500c8dd8b9caa3cb 1.60 MB 3,967 5
909,912 909,912 00000000000000000001716d4d9f1f336b6eef9c206ae65c9301e4ac038c3853 1.66 MB 3,336 3
909,911 909,911 000000000000000000015f253efbdacca9227d36594d5ef17456f6f48c686572 1.62 MB 4,210 5
909,910 909,910 00000000000000000002036a606fd70ea17406539ce7a1a1359be1f4deb247d5 1.56 MB 3,260 9
909,909 909,909 00000000000000000001e38d3456ffd55bf5c021d7709b9d2e9dcf8d25a6ac6e 0.93 MB 1,344 2
909,908 909,908 00000000000000000000fc51fd131fbe4ae011497f05c9362a54ee62d64cf9aa 1.62 MB 2,950 2
909,907 909,907 0000000000000000000087b607942cdfb9dab50dd64b322bac50517fbd2519bb 1.62 MB 2,970 2
909,906 909,906 0000000000000000000202bd5edc59115efa6473e539b7921d540e7f6dd8311e 1.71 MB 2,801 4
Previous 10 blocks ↓
Total Size: 774.53 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,259.24 GB sent, 121.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.