Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,071 transactions (1.40 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
910,993 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,841 910,841 0000000000000000000005525a2fd5eb3c593b305804a38cb6f5e91349daac05 1.53 MB 2,678 3
910,840 910,840 00000000000000000001181c5eb0213d2694f353433b5d7b19e9009d036d4d79 1.57 MB 4,195 2
910,839 910,839 0000000000000000000024ef55df89da73aff17bd550a940ceac263a61c11120 1.81 MB 724 3
910,838 910,838 000000000000000000002cb8c8a6d41bf4e65821df85b2354544953b84693c54 1.71 MB 4,328 0
910,837 910,837 000000000000000000016b81947866b6ceb99d68eb952bca4281538632402cfd 0.09 MB 259 3
910,836 910,836 000000000000000000005124bc45f2e061a179575e068cdbf68836922fc3c998 0.10 MB 267 2
910,835 910,835 00000000000000000000b48ffc8b993bc96ac7b67279c2a5726d57f435d45e99 1.85 MB 4,622 0
910,834 910,834 000000000000000000003c876a353ba0b2866e15ce74bbca264586ecf785e1fe 1.73 MB 4,461 0
910,833 910,833 0000000000000000000064d69363f32866d707747a6f1d3d568f26de0de8f463 1.60 MB 2,431 2
910,832 910,832 00000000000000000000877ae510a9fba3f1fbd66b7ee03a34bc9853509443a6 1.77 MB 2,524 1
910,831 910,831 00000000000000000001080b6e8a63999d485bda135187a04af48168ea35d628 2.18 MB 1,163 1
910,830 910,830 000000000000000000014fee6e61ce50eb187905b4739710ebf9cfee96de96d0 2.21 MB 955 1
910,829 910,829 000000000000000000000c640762b3981163f358f595ffc68ddd259cc70ccac4 1.48 MB 3,064 3
910,828 910,828 0000000000000000000065fdd376f652b8f88a4396904d22f50e793ea74c3ea1 1.91 MB 2,177 3
910,827 910,827 000000000000000000019edfe3bdd37a0da5dbb93e465d2a10badaad3314511b 1.98 MB 2,725 3
910,826 910,826 00000000000000000001569a6fec367b2010e185dec9feadefe2f90872589973 2.30 MB 929 1
910,825 910,825 000000000000000000009843319bbed05ffe4d207ca03a7b378d3c97689c11dc 1.45 MB 2,507 3
910,824 910,824 00000000000000000000ba6b573e5a939ad83c83341c5c47439d643dbc1723f4 2.22 MB 1,380 1
910,823 910,823 00000000000000000001a5a556078bfa062a9765a26c1c265908bc3a942eb1bf 1.65 MB 3,361 4
910,822 910,822 000000000000000000013eeeb60533ee966f51f7cfd4fa07dec7c90a28467ada 1.85 MB 2,972 2
910,821 910,821 000000000000000000008384a549b60549889ea038a2fddc5b752106625c9e98 1.62 MB 2,937 2
Previous 10 blocks ↓
Total Size: 775.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,359.76 GB sent, 124.85 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.