Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

345 transactions (0.09 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,738 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 343 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,737 (870,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,932 40,932 000000005f63f95f405dddb34f286fc511b5024be490c72a2d86c8af95bb9300 0.00 MB 1 0
40,931 40,931 000000002397f2f3b5136edf04b64027e327333755e528f546f2bebde9ee1910 0.00 MB 1 0
40,930 40,930 000000002ef406a2958fbf90b7c56e8deaa4cccb8b59a3cce70bea51c1ecf506 0.00 MB 1 0
40,929 40,929 0000000047a7f7f3142500863570e6fd9fa74cfc7029f439e34a0c60914382c1 0.00 MB 1 0
40,928 40,928 000000005e92f115a8dc66afe2a3f3ee9b73ef0e1f0724abf866ca8e1f9a5742 0.00 MB 1 0
40,927 40,927 00000000334ead549cbe8ed7e37e1f5857b6a29f997f6aa9c766de21c2dfb2c7 0.00 MB 1 0
40,926 40,926 000000001592c592fd1a14809c43a5f73aff654e48b7b681edd4e0028eaf385f 0.00 MB 1 0
40,925 40,925 000000003592f0c0a4b419f00e4f0c9042e65d77547e2e4c58d0133fb466ec3c 0.00 MB 1 0
40,924 40,924 000000004b537b09e67672e9cfe93b5b7894a92256fb41be8eeb1e3af0f42466 0.00 MB 1 0
40,923 40,923 000000000a42f2e3753fd627376f5aa994b4699deacf8ff305c351e6ac09b15a 0.00 MB 1 0
40,922 40,922 00000000115398171681d830b26b81c88486e63287185ffde6f0fdce2436ff57 0.00 MB 1 0
40,921 40,921 000000001d62c5dfdb7d9f4851f9d8b178fe269180fc771e9d4c98c72d148d98 0.00 MB 1 0
40,920 40,920 00000000538456d11f34ba3e93eff4d54868df7e1b5ebe85a25c6241b217f44f 0.00 MB 1 0
40,919 40,919 00000000517324300f304f845443e88b4774281a99807b61b98d805c6a60a13b 0.00 MB 2 0
40,918 40,918 0000000004d35582ce8fe22c242c16835ee73e65d84e7b689386dfd36a1bb7fb 0.00 MB 1 0
40,917 40,917 000000001a85a200c22dd11c4dec8250aeb64013d78bb6a75488c4ecd5614c45 0.00 MB 1 0
40,916 40,916 000000002f9920e717e684bc0a9918b873010aa882bd93ade0778a37a7810955 0.00 MB 1 0
40,915 40,915 000000003b3a5bab20a220fceefe279e50aa7f8987e4252be9a62882173004c7 0.00 MB 1 0
40,914 40,914 0000000008f710edd73c80ac6611a75c3f3d9c2e97567b5df3311f1cf42d9847 0.00 MB 1 0
40,913 40,913 00000000490c4001d1fdbd148399a7264e2d0b3942f92dff150940acc0386995 0.00 MB 1 0
40,912 40,912 0000000035ae65bec073a01df5d72aaf33ff093bb37305cd5aa975b23df7df1f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,427.77 GB sent, 131.57 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.