Memory Pool Memory Pool Refreshing

4,628 transactions (1.11 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,150 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,149 (840,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,977 68,977 0000000000cb2302794096f6d4adef1849f57a3ef5ef416dff7b87b8d8fad560 0.00 MB 2 0
68,976 68,976 00000000012807bad67904afc3a446a3fe0710371f197df321ff9b45a62de87c 0.00 MB 3 0
68,975 68,975 000000000112d6a1532b6808de6daaaf4aaec547efcbe58b18dea6d2a13c1c0a 0.00 MB 1 0
68,974 68,974 0000000000505d65bb708b2d1f1bf9a5ce33cd9562fbe870feb9df27b7a04ef5 0.00 MB 1 0
68,973 68,973 00000000009e15b771424beb902fc185ecad6e2993d8a1196d82db45b5d58a89 0.00 MB 1 0
68,972 68,972 0000000000ae0d87ba51081f4b01c3edb23272a0b61f883c0fd369d9f09fd9f8 0.00 MB 2 0
68,971 68,971 00000000000b7845c6af23e2e4f75479d7ced51717942ee198c28bd04ae82a53 0.00 MB 1 0
68,970 68,970 00000000009e87e65a2202cc117e48edd0e350618e5333ba1e2b896d2a259c18 0.00 MB 5 0
68,969 68,969 0000000000c726feac235d3576489bd9abbbf1ed52a8a8e1619befd96e7a01ca 0.00 MB 1 0
68,968 68,968 000000000078f3e3eb604687fa5d604e80df97c5efc707251ea2cffbe6252577 0.00 MB 1 0
68,967 68,967 000000000012354ce7289e9f700a8b164ca234fca1e4701d16f68dd302107463 0.00 MB 1 0
68,966 68,966 000000000099cb295157d177edfecb2fe6f1d705b632e2acefdf5f56912f91a9 0.00 MB 2 0
68,965 68,965 00000000012d36acfc9f208478546c1cb74ddd072b84c9e845b0d2ceb140aa47 0.00 MB 3 0
68,964 68,964 0000000000c4b83c3ff78b42dbf1ca18b2c07ef4945fec1954df22022bdb7850 0.00 MB 2 0
68,963 68,963 0000000000e4b7f6d50315527dbceaf2b773424eb509a61e32f70bbfedb21332 0.00 MB 4 1,814
68,962 68,962 00000000009ca031aaa1eb71cca38d580b78475b3c0131528a942bb3c1d37ffd 0.00 MB 1 0
68,961 68,961 0000000000b966fa329e3e13323624b9e7b81959d3c4e15fa4255dc0f1e9a943 0.00 MB 2 0
68,960 68,960 000000000060688404172b09dfdfb18abfbf202d04dfd5ff6d25d423cb1589a6 0.00 MB 9 998
68,959 68,959 000000000047b250a6ccf8ca04599c85ea30a2c53a9802fa889ceda5adf5ff36 0.00 MB 5 981
68,958 68,958 000000000088c3e226a6ded58b27ee48dc54667bed027cb6dc1ab5e31622ecbf 0.00 MB 1 0
68,957 68,957 0000000000c354b03530ea0accfe24ea2a7557383cb19febb766d1a8b3695065 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.82 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: 1,958.22 GB sent, 106.70 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.