Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

801 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,928 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 783 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,927 (532,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,877 379,877 000000000000000009ee1525a08cd6a58056354a85b8330653d763cbe0dfd062 0.63 MB 1,303 37
379,876 379,876 0000000000000000028ba9b59b8187a6ac6d5c0d10e77ef6e95864eefcbcc652 0.75 MB 459 6
379,875 379,875 00000000000000000d6037ed5e68b6809625654ae6d3e5646d9f9866e1b80657 0.61 MB 770 18
379,874 379,874 000000000000000000e856d9f22dd9a8d8ecdebcd5ec04524627eb8aeff8bcd9 0.00 MB 1 0
379,873 379,873 00000000000000000b7fd0879725a988cf15b4b944a4e43032c66f69409799e0 1.00 MB 2,709 63
379,872 379,872 000000000000000007a16ef14fc175c7fcc4e37e6ccb78973357f4b1ef198c7a 0.46 MB 614 26
379,871 379,871 00000000000000000308842e56edae56ff895420df96b1715b0d858f729116b5 0.75 MB 1,531 44
379,870 379,870 000000000000000001742b933812dd28f90f24e137374bb59ee707c421bb86ee 0.10 MB 148 18
379,869 379,869 000000000000000002484b83370e52abf1d79aadc101408c1f393fd340955d9c 0.93 MB 1,835 36
379,868 379,868 00000000000000000a4e9b8eec818d07bb1db469e9410ae78f51c2c27ff50549 0.28 MB 558 35
379,867 379,867 00000000000000000281e4869af88c741f532f911ceca745cd0d3f4f5cda9f30 0.21 MB 312 24
379,866 379,866 0000000000000000022d57a47e2a35094dadea943b2c76b325baf7b329b72c3c 0.28 MB 519 32
379,865 379,865 00000000000000000816c4014fac908f419f072fe7a9123fce5491441e9c8932 0.64 MB 777 17
379,864 379,864 00000000000000000b7d951b87aa78a7e87f1cf3a2c43abc49dcfa2bc1667e87 0.00 MB 1 0
379,863 379,863 00000000000000000e9a2e2cea23c7a429123e6d873a1c927500bc6059ae65a9 0.95 MB 1,444 27
379,862 379,862 0000000000000000103315db31b55313e313b0da176d965a1fdc69f37eab004c 1.00 MB 1,856 33
379,861 379,861 0000000000000000081c8ef6766767bf57bb13bab189a3fab4f6b09f1876de4a 0.75 MB 2,317 64
379,860 379,860 000000000000000001f24ce308b223f5a065f804f7634589cbec6f612aacda33 0.20 MB 293 26
379,859 379,859 00000000000000000ba3fda852f2e12991c6caa6db480ae340100062fe5e3d6a 0.71 MB 1,221 31
379,858 379,858 000000000000000007ef4c7cf5b00f7bbffb78ecb05287841d95bd2ee414d1d4 0.14 MB 264 24
379,857 379,857 000000000000000008949ff6d7ae2612fbd7220cb221fb5215f1c52c2791e20e 0.61 MB 1,159 33
Previous 10 blocks ↓
Total Size: 776.95 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,489.56 GB sent, 133.21 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.