Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,531 transactions (3.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (230,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,723 681,723 0000000000000000000228264d7df9ba2f01f1bf64a4a99eadadfd5368b3cac8 1.20 MB 1,893 135
681,722 681,722 000000000000000000083afaba0509af272ee6eef75b32bc0a778040793f93ff 1.36 MB 1,604 93
681,721 681,721 000000000000000000084b4f0cde17014780477e842791e003731953745b7192 1.46 MB 2,721 105
681,720 681,720 00000000000000000003af75f8db177f2e2a1b3d2cd7e1555beb269b600c574e 1.29 MB 1,955 19
681,719 681,719 000000000000000000016413ff6e91f673ec1e801ddadf8802339f0dd0bdd911 1.19 MB 1,906 19
681,718 681,718 00000000000000000006d51953dc57cc3c668f6c654b6166e9c7afb2fd16a645 1.41 MB 2,261 116
681,717 681,717 0000000000000000000aaa84aa0074923cbd298aaf8cee65d1392d7e911ceff4 1.44 MB 1,681 43
681,716 681,716 000000000000000000006c2fe561438e3aa4a632dfd636ca84f16e65b136d5c7 1.26 MB 1,791 123
681,715 681,715 0000000000000000000336af468171bb9fae76a657d869e0fff99c7b11f9d6d4 1.48 MB 2,182 98
681,714 681,714 0000000000000000000413e2aa1f0eda434a548f4f580fb8eeea5c8cdf4dbd2b 1.67 MB 1,768 50
681,713 681,713 00000000000000000007079580592e2d3be24123733b87766c95e3f69b87118d 2.18 MB 338 6
681,712 681,712 00000000000000000001694e28e601b54a767139a431bede5a2fc82e7674a262 1.34 MB 2,422 47
681,711 681,711 00000000000000000004731a1df404bffd2ff35c739f99a14cc0cd79682b4d1b 1.64 MB 1,871 36
681,710 681,710 000000000000000000039d4681ed7e8d4b32fc4ac206468b6a3db8d0b11c643e 1.20 MB 2,051 56
681,709 681,709 000000000000000000083c372a804b1a2eb888c11a14cd8e9c317073eeb52e6a 1.16 MB 1,533 132
681,708 681,708 0000000000000000000b282af4ee2ea71af84422d133081b9747f390eaabf09e 1.18 MB 2,180 154
681,707 681,707 000000000000000000042a78440e716834bfdf58bcfc1a859f413ee9b368cc97 2.22 MB 290 6
681,706 681,706 0000000000000000000712c40be35fae5e28cd95a88af2f53492a2f6b0d9ad97 1.36 MB 1,821 70
681,705 681,705 0000000000000000000a51b6bca2753b8d2c4a6edfd3c169789f36a159ac5ed0 1.92 MB 834 9
681,704 681,704 00000000000000000005a67b5427bbc3dd81083d955f4141760760b5178fa594 1.37 MB 2,593 63
681,703 681,703 000000000000000000091ba35ebe192496d6c5e12f4a5792fc330e1ed6f3e6ac 1.39 MB 2,381 66
Previous 10 blocks ↓
Total Size: 776.70 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,443.70 GB sent, 132.08 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.