Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

941 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,852 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,851 (274,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
637,605 637,605 00000000000000000004004f3f74121235f4e00ea2a802ec0f69b74c4f846f17 0.39 MB 1,159 8
637,604 637,604 00000000000000000003160c3d0f9ff1f464bccf91be8fb0b7b118a877369b27 1.31 MB 2,071 43
637,603 637,603 00000000000000000007f20479e42641eb642a59db2803c633ef2bfe866b95ec 0.39 MB 824 23
637,602 637,602 0000000000000000000175a45c8781f7aca5768868aa3ab51bc6ac13090814ee 0.45 MB 1,031 30
637,601 637,601 00000000000000000003c6760e577aee288a023f7f7b4d11b9a22636161b7375 0.66 MB 1,569 25
637,600 637,600 00000000000000000005a302e9a367c3a6c491d3d3bf564642a5ec05590a3f39 0.43 MB 752 26
637,599 637,599 000000000000000000012ae31d66de4b4a7e062b080cfe77271861a80c2b230a 0.38 MB 809 28
637,598 637,598 00000000000000000009234ea76695be072d46306e5f4f9cd7df6a2c685e958b 1.03 MB 2,467 7
637,597 637,597 000000000000000000000f66db92f4b4bc6f51144636ffd663f771fe48dc1c54 1.32 MB 2,930 48
637,596 637,596 000000000000000000100936f0b017eda2b144b37024d49e0c9d15ed22e91f97 1.25 MB 2,588 31
637,595 637,595 00000000000000000011be00d4e194f62e5b8e40f746dea4c53b4381f6bd3651 0.45 MB 445 22
637,594 637,594 0000000000000000000fe12405c64c5b787245da4037f219095a63668d3e0324 1.00 MB 2,501 18
637,593 637,593 00000000000000000002cd2ea64271a55e16e263335d34bc548c66fa32607be7 1.28 MB 2,902 40
637,592 637,592 00000000000000000009eb7babe4a67bd1aa4db06c7c61fa4088a95b407d9084 0.26 MB 584 29
637,591 637,591 0000000000000000000afb626e8e4d52579a478921dc061d8644cd6d68d0087b 0.84 MB 2,163 27
637,590 637,590 0000000000000000000b9bde39fcb6f49e0020ddcca74fe8918c3176811ca42e 0.33 MB 718 25
637,589 637,589 00000000000000000010099602a72154dcedfcb0b85fd19c28293bc8fab76333 1.27 MB 2,746 29
637,588 637,588 00000000000000000009c696bbfdef97a6c7a0599b666f302213c46c64cf6413 0.02 MB 61 26
637,587 637,587 000000000000000000000d803b0102582da3717b318ce2db763b7581b8bb3a73 1.12 MB 2,689 26
637,586 637,586 00000000000000000001d4152b50e515b67e63cfe77703fbe19356a19816d13c 0.46 MB 1,112 26
637,585 637,585 0000000000000000000e2a588892db4b361c821d2a49e592723c9514793826ff 1.17 MB 690 9
Previous 10 blocks ↓
Total Size: 776.82 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,469.07 GB sent, 132.61 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.