Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,051 transactions (1.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,627 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,945 908,945 0000000000000000000022ec319cdf3f60661d8d58c0e7a8bd0b28d525918c27 1.84 MB 3,437 4
908,944 908,944 00000000000000000000b3a662cce1062ccfb032e4887412ed3bf358dbc1a26a 1.69 MB 3,844 6
908,943 908,943 00000000000000000001b39117a864f2d78822c300b9822fcf9add1354eff297 1.84 MB 4,646 1
908,942 908,942 00000000000000000000d1e08ff018700eeb76ef7ee5ff4d620bba424daa7e79 1.05 MB 2,000 2
908,941 908,941 000000000000000000019e18a34d98ae58b7540c0b4e96eae2caef357cf6b89b 1.79 MB 4,636 1
908,940 908,940 0000000000000000000005343883085a3eda0707bed54d5cd2982d4746f09d79 0.29 MB 698 3
908,939 908,939 000000000000000000017ac2d23e89187ee2f7bc81e2c96da45df02468c2ce93 1.87 MB 4,243 0
908,938 908,938 00000000000000000000d5af5a9e4c412e420e96dbf10785461a874ef6ee94ed 1.11 MB 2,788 3
908,937 908,937 00000000000000000000d164670222460ecfd3470d58f4d7cdc14001946a6954 1.70 MB 3,672 3
908,936 908,936 000000000000000000015bcef77f2980d8497faa9d51ea083c05d9d8a967cc60 2.11 MB 3,695 2
908,935 908,935 000000000000000000004dc85d2981d306e6723f3ca5147a7628ee8db1119f46 1.64 MB 3,811 1
908,934 908,934 000000000000000000012573500d1e7bd531e750354c7c0edbda8a6dfe8bac73 2.00 MB 2,526 1
908,933 908,933 0000000000000000000135a413b392ed337c30d908d570cf1903e8fdd7cc3825 1.61 MB 3,958 5
908,932 908,932 00000000000000000000714d74d03f4f585cb3535f67fcb4a841d1ef3822922c 1.64 MB 3,862 5
908,931 908,931 000000000000000000004eb31dca57458ba37096ada86c08d56ab5419a0d270f 0.00 MB 1 0
908,930 908,930 00000000000000000001d7d03a352ab995b31f8d1da301778f7dbe37562d482b 1.57 MB 4,608 2
908,929 908,929 00000000000000000000b4b1597f63c73250113d4e06410cbc8f50e428bea363 2.20 MB 1,972 1
908,928 908,928 00000000000000000000bd090e90ef2d8d7bb6a7acfcd0513f2545e52c2b843f 2.64 MB 2,807 2
908,927 908,927 000000000000000000012d48f70c02b71147c1c76bd17f0f02749f56789cd697 1.30 MB 451 2
908,926 908,926 00000000000000000001890cf2702236e6fabc6618cd9508a4865c47e525b46c 1.23 MB 1,115 2
908,925 908,925 00000000000000000000e98055fb62abfa16b97c4df67efc2665155837a0681a 1.81 MB 2,381 3
Previous 10 blocks ↓
Total Size: 772.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,138.56 GB sent, 112.34 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.