Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,961 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,281 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.94 vMB 2,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,280 (872,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,871 37,871 0000000018d87f6889b6c81eac1384f70abc2f0fb9242936053b16ede6e14b23 0.00 MB 1 0
37,870 37,870 00000000a5e742f82b131880a538ffeb0bb41ccabcaca1497a79f0c6b6d2a05d 0.00 MB 1 0
37,869 37,869 0000000010991658958d3aad12407954a28a192e36c5457bc320c92040a6efcd 0.00 MB 1 0
37,868 37,868 0000000006066d598054c643408e78602872c51ab8865d20399c74161434eec6 0.00 MB 1 0
37,867 37,867 00000000797743dd68288a908e0e99cc6edb69f8fa0ccfd40746bf5baaa8996b 0.00 MB 1 0
37,866 37,866 000000008d932068f529acc24d650d9d342dbc12637e1ae9ca2abf5bd0b67ce2 0.00 MB 1 0
37,865 37,865 0000000030512057d7e473d7fc484168283de580557a24807dabecd16d7cb3e3 0.00 MB 1 0
37,864 37,864 000000007c49d7335534bec09fe36ab62e89fcf22ad542027a58f4b076146866 0.00 MB 1 0
37,863 37,863 000000000c77bbec10cfecdd8eb1e5f85a13cfa02e6b2da49c08a9f7c8168925 0.00 MB 1 0
37,862 37,862 0000000011d9ea9f663b8d1e4cef8a27c3292a53b74a6125ec853d25ad0dd36e 0.00 MB 1 0
37,861 37,861 00000000138c167864c59daf678f2a83cffdad6ce1fa86382e450e69beacdb06 0.00 MB 1 0
37,860 37,860 000000009191c1b4f3c02add8d9dcb9e48b1dfa92d06261a7dd74c11bf9126ea 0.00 MB 1 0
37,859 37,859 000000007c8a1ef48bf57d6bdb568992fc4e61465be5e7ab475337f793403974 0.00 MB 1 0
37,858 37,858 00000000b8f4e9d8b1f271fb513df1f2f5dcc0260deab0cca96de174130d3b27 0.00 MB 1 0
37,857 37,857 0000000026c7db105f31df348be064fb6a42ce8445ecb03fc1687ce1a63594e1 0.00 MB 1 0
37,856 37,856 00000000b511ebde6685449900349a200827e98301f8d8000ef567a70ec30969 0.00 MB 1 0
37,855 37,855 00000000a3c9e84063d9be79f7e569f00099e42e6f3c7bbcb219d94d9e68d2ca 0.00 MB 1 0
37,854 37,854 000000007117e37d8f2a520d644deb5bab98d2900fcd01e2ba7797a6d3d81e2c 0.00 MB 1 0
37,853 37,853 0000000078f5ec633a37965c48b0a55f14dc6953b23302f636d8131b2b2b85fd 0.00 MB 1 0
37,852 37,852 000000002cb002461060f8d21840d92cd8b2ff93dba18a03374f7350dd8c375c 0.00 MB 1 0
37,851 37,851 00000000b0561b6dc8c98f67e1d23676beaafc87ac4e4e20f7d8efc03bb9ab00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 GB

Node Information

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