Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,262 transactions (0.41 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,956 000000000000000000022b910000000000000000000000000000000000000000 0.40 vMB 1,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,955 (870,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,998 40,998 0000000026695318eec8ebeff67d9ad50f4def6f1b48616cdc68ca5015448c76 0.00 MB 1 0
40,997 40,997 000000003563eb8215e52b0bf6dbef19560d9c740cb07c0e7612d140f6a5b21a 0.00 MB 1 0
40,996 40,996 000000002988e2973e3d00cfee8a08510f9fd1304d57d3d6b11454517d3e5bcf 0.00 MB 2 0
40,995 40,995 000000000dc14f61df876d834664a6393f358fc2ce62dd07fccabb5ac23b5cd0 0.00 MB 2 0
40,994 40,994 00000000259414e89ccf5478beeaf8b1b18464044098096cfd60b85751cd245c 0.00 MB 1 0
40,993 40,993 00000000437540a4536476bb6678eb33324931b1b64615c05e70f24e44d68ba1 0.00 MB 1 0
40,992 40,992 00000000389874610c3fd6eb666a2804a2afc868be4be90904637dde5d102eec 0.00 MB 1 0
40,991 40,991 00000000076b58561940851cb956383590fcf1066841e23c7e8d3968dc04983e 0.00 MB 1 0
40,990 40,990 00000000554b9fb10d882d385f5a8dafcf08056da5b36727c0adc50a438caacd 0.00 MB 1 0
40,989 40,989 000000004bc6e5dd64d2cb89535ffc19ac8b725c8be012e714f93eafc14d3f77 0.00 MB 1 0
40,988 40,988 0000000014b3c3784b4fa1134be81b3b0e477467f538e3bc8ea9ed2a4f3de843 0.00 MB 1 0
40,987 40,987 000000005c02c4413d38d940c1569e654a77c79c0b4ee741eea52b7875b4e4e3 0.00 MB 1 0
40,986 40,986 00000000401a6c3aae9194d53ba85ec702ef2d3dfc6f5603ce6738e71fae5d22 0.00 MB 1 0
40,985 40,985 000000000ee0602002cefada2db9048835a95bfd5f55d2107de217775ccc8907 0.00 MB 1 0
40,984 40,984 00000000449520d0109d333939f933a1c94054cbb921ed6832f3e1721e255c48 0.00 MB 1 0
40,983 40,983 000000000ecfec4c5983f722834b50f25125605a7815ac7d28c21bcfac2de08a 0.00 MB 1 0
40,982 40,982 0000000053742f0907b3f2644b1a2348c30731049346d756d7e6c89501799feb 0.00 MB 1 0
40,981 40,981 00000000275c6304208de4c857c71dfaa05debf0a91420e11a9e80dc877faa55 0.00 MB 1 0
40,980 40,980 0000000049e70c9f78b6f489b3e36f1d0aab35a31dd7067638a9507925ed1c65 0.00 MB 1 0
40,979 40,979 0000000017c4d46d55810aa4c82dbda206dee958309865e98710204ceadc1168 0.00 MB 1 0
40,978 40,978 0000000010c00cebecc56d1dcc9cac227a9d45c77e995a2626c81f5a371af0df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.00 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,495.83 GB sent, 133.46 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.