Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,862 transactions (0.54 vMB)

Priority:

  • 1 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
911,844 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,850 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,843 (870,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
40,977 40,977 000000000b56fe79158ad6a1a610aafe4f2527f471052ce746346332dbfb9a0c 0.00 MB 1 0
40,976 40,976 000000005ad33e9a76fd41597b1aa8b0c62835fbac76a4deb4bc2746744398fe 0.00 MB 1 0
40,975 40,975 000000002c8f6ce65760265067e0ca0c5d512d12007940e7ba665931068b892e 0.00 MB 1 0
40,974 40,974 000000000f5884b61a1d4224abd488aa79fed4b27e5f3e94826f4efaa4ae6665 0.00 MB 1 0
40,973 40,973 000000003ca62698c9b125c5d9caee38ed5108899d32caaeaf2bd303931367e1 0.00 MB 1 0
40,972 40,972 000000004b96154a96807003b91e62ed26b6d68ba756ad00e84b6b03b9ad531c 0.00 MB 1 0
40,971 40,971 0000000019ac3c33335f7ef3f0515c4a0d09039a34fa932236da313a2c599dd9 0.00 MB 1 0
40,970 40,970 000000001102dc0bc9b1455e273410f33e629d985ad82604a08c005fd8a03528 0.00 MB 1 0
40,969 40,969 0000000057e928ba84bb28f35fe903b53fb738077c860812f61e233e5f620fea 0.00 MB 1 0
40,968 40,968 0000000001a08b5d6c05044a4673fff7817a413e9edd9e8eaed374e2413e385a 0.00 MB 1 0
40,967 40,967 000000002fb1cb724d4a7c00ea6ed919e7bfcd49fa7dab8a04a9d913fd4077b4 0.00 MB 1 0
40,966 40,966 0000000052ef880c0dd0180cecf3c7945290bd158688eb1a62f1f489bf1628d2 0.00 MB 1 0
40,965 40,965 000000003b965bff3a7c5ba1e897d0112d14b1f25ad25352d0c93529829218a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.80 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,468.82 GB sent, 132.55 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.