Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,517 transactions (1.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,073 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,363 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,072 (81,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,912 830,912 0000000000000000000333d715d651ba9d63160d3cfe3b39144a281bb228685c 1.91 MB 2,084 14
830,911 830,911 000000000000000000029f2ddc074a8cadafac9423ce137dff645f606a044169 1.65 MB 3,134 24
830,910 830,910 00000000000000000000209470fc6d5562bab75ee0682f039b86cd587d6ae1a1 1.74 MB 3,566 28
830,909 830,909 000000000000000000004e9847663d35f34bb80b8df42da90c2a71ba0bcf0284 1.49 MB 2,977 40
830,908 830,908 00000000000000000002217de985dae6da35d4b3df40c400271a0d4f99f24112 1.56 MB 2,833 26
830,907 830,907 000000000000000000026b9773b095e93aa2a0b0824c1d6b42cbaea10e37cfeb 2.20 MB 2,117 17
830,906 830,906 000000000000000000022a62a17f6bf37a28c5b016a4951dc06536341bbb2340 1.65 MB 3,352 23
830,905 830,905 00000000000000000000628d157e06d8ff841e85b923c938e064605320a55701 1.84 MB 1,430 17
830,904 830,904 0000000000000000000015566ac1c5a904748c7150ee29e93f7f937b84ffd5ec 1.85 MB 1,304 11
830,903 830,903 00000000000000000001e7bf855940a646fdb8d7da837eb595c6758ee5bb5104 1.63 MB 3,032 26
830,902 830,902 000000000000000000018e70b79546ef4e7e7238eb88a362da4223d079477c63 1.64 MB 2,152 18
830,901 830,901 00000000000000000000c688b729c0e6df20e4f8eb5ef577fc62dc1b7f22c7f0 1.59 MB 2,070 17
830,900 830,900 00000000000000000002318f59655acdb331b5db46fa8bf67a7e624c8ab66e97 1.79 MB 1,056 15
830,899 830,899 000000000000000000036621842fd14bf03fdbdc9878a3f315e8896da4814feb 1.74 MB 2,190 18
830,898 830,898 000000000000000000029b0ef898180c8b5a636b1481e17d1ae425034b8d4ca3 1.61 MB 2,337 16
830,897 830,897 00000000000000000000b1f6313cba3282db671269623a8f169a78eebe692da5 1.60 MB 3,517 27
830,896 830,896 00000000000000000000afacf6111ef0f6f87eff130fa1b99a56384a3092d120 2.09 MB 1,564 13
830,895 830,895 000000000000000000030701a1733ad0b836a407f4a7ba6372efcb80654dc754 2.00 MB 2,990 15
830,894 830,894 00000000000000000001203bc9736c869c88e252c46a623cdf4fa2464c3a516f 2.34 MB 1,963 14
830,893 830,893 00000000000000000001bd5b18ac032ffda6c35efa02e832108b0f090dd34845 2.09 MB 1,801 16
830,892 830,892 00000000000000000001eac1941b760c9a2cfdf637ebde9c81cac1a3584a0f15 1.89 MB 3,187 20
Previous 10 blocks ↓
Total Size: 777.22 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,522.50 GB sent, 134.48 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.