Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,695 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,833 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.68 vMB 1,695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,832 (101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,731 910,731 0000000000000000000003209d4e7efe5ef4c75c407b65d7a71cfbb9ba6017fe 1.66 MB 3,011 2
910,730 910,730 00000000000000000001eb3f9f97ca6b7e849d1f58de2eb766e2039b196febd2 1.70 MB 4,741 0
910,729 910,729 0000000000000000000097445e889b190dbae785baad081a40a62b44194fefe2 1.71 MB 2,292 1
910,728 910,728 00000000000000000000bba0a23b2ff8d6a3c3781f4ba2cd17e2a65f14428ba5 1.63 MB 2,565 2
910,727 910,727 000000000000000000000dad91d1b440139dfa7b1c9f414158d029d2d6ee1b8c 1.55 MB 4,213 5
910,726 910,726 000000000000000000006b3c9d0c59587a26e6db8d4b4b0b0ddafae5a705b8fe 1.83 MB 3,041 1
910,725 910,725 00000000000000000000fe5bbeb7d29f01f51738bac05c6451798224b830001b 1.73 MB 2,669 1
910,724 910,724 000000000000000000003436d1173d7aa827d58ccd5acfb5f6996affbdbc88b8 1.85 MB 3,080 2
910,723 910,723 000000000000000000007ad9270ca25b487b52c35cfbc6c77765864935084817 2.17 MB 1,308 1
910,722 910,722 00000000000000000000a8c55f2917e0193d86f7c8ed5c7c0cdd2fe0d7ecb265 1.77 MB 2,592 2
910,721 910,721 000000000000000000003379f29f2938129025576015e5574952b785b0618522 1.90 MB 2,927 1
910,720 910,720 000000000000000000017480eb8b3dda5e346e44266ac081d947d0da1ae2144a 1.87 MB 3,295 1
910,719 910,719 000000000000000000021c67f606c5f01c61c57080217fb8c69701ec1d27af90 1.90 MB 3,644 0
910,718 910,718 000000000000000000014a05a50254bb357db2a9acd4e6c26c111431ebf87ce7 1.93 MB 2,516 1
910,717 910,717 0000000000000000000050d8c26323d47b61f85e8ec330a26f77b090072e1b7f 1.76 MB 2,390 2
910,716 910,716 00000000000000000000464e40ccf2341d1a838f56210e10aecf361926e387d2 1.98 MB 1,983 2
910,715 910,715 00000000000000000000f4bdbabf532695711508dfb6be31b48cfd07f15facb2 1.85 MB 3,945 0
910,714 910,714 00000000000000000000a1b0fc5cc8847a77fa10543e892bbaea405ecd233b1d 2.01 MB 2,074 2
910,713 910,713 0000000000000000000101884eb33ca313f48856c1995a5d8d87a6f309cd9f97 1.70 MB 4,666 0
910,712 910,712 0000000000000000000022dc6977ab74e24541473936bb4cc9ba7aee799f761f 1.71 MB 4,076 1
910,711 910,711 000000000000000000008ace099299f155b596e22e593b0aa2927435883a83da 1.87 MB 2,276 0
Previous 10 blocks ↓
Total Size: 774.93 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,331.03 GB sent, 123.37 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.