Memory Pool Memory Pool Refreshing

2,578 transactions (0.90 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,090 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,575 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,089 (32 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,057 909,057 0000000000000000000223c6eb1313cdca61221c26190eaa16a025abb5817d92 1.61 MB 3,611 2
909,056 909,056 0000000000000000000006df8da67ab08d9a83b2d00d8ec8ca363c7e2ccce24a 1.69 MB 4,179 1
909,055 909,055 000000000000000000000715ef75efa8ee141169676b8a7ccc85bfdb5e5585f4 1.12 MB 1,920 3
909,054 909,054 00000000000000000001414dc8552a186096302e2a04f021cc6caa084428516a 1.49 MB 3,395 1
909,053 909,053 0000000000000000000125e74d17f60e269ff835804689806fa73a25515f7f5b 1.79 MB 3,610 1
909,052 909,052 00000000000000000001773171e30d45bb0e355fdd907d3c3de772c383cc6453 1.49 MB 2,323 2
909,051 909,051 000000000000000000016e5909316ea1e83ad6b991a9e627df8c226d677384d0 1.54 MB 3,897 4
909,050 909,050 00000000000000000000f5d04c1ace51dbf3f0efc46c71c74cfb1499602945ff 1.65 MB 3,453 6
909,049 909,049 0000000000000000000155268215737a9444cecd1a00e7a05eefa53a6a70b84d 1.53 MB 4,433 8
909,048 909,048 000000000000000000014a6b5be0940215a4f209a9772dd4c6d7dc6a30f07870 1.63 MB 3,031 3
909,047 909,047 0000000000000000000120575d3b78797da9e3ba787ea52a29b184741680ad74 1.55 MB 4,196 6
909,046 909,046 00000000000000000000279233713bc244818b045b646d92c3f92ccfc14604c0 1.73 MB 3,501 1
909,045 909,045 0000000000000000000075ec922b1454f3d2ef5e042d9486522cd6827f1928f0 1.59 MB 5,103 1
909,044 909,044 0000000000000000000125126164d4d36236acd95f9a1c866b0f447d9eaa8979 1.63 MB 3,013 2
909,043 909,043 0000000000000000000057da89a82c484af1c596a5fef69ab2576420afe68e80 1.58 MB 3,802 4
909,042 909,042 000000000000000000003d7f4782179a776da64f3470bb027574ebfbb4f4a128 1.66 MB 3,254 2
909,041 909,041 00000000000000000000cf96b5957896e7ba40e840d27c645236dccfcdebd09a 1.66 MB 3,512 4
909,040 909,040 00000000000000000000c111a73da2e55efcbb4180d451bb9edaa4ab758b780f 1.57 MB 4,133 9
909,039 909,039 000000000000000000000bc18ab67c2084710a96e8679eac4ec6523f0a6d1ffd 1.57 MB 3,235 3
909,038 909,038 000000000000000000021db44cec523b092ac987868f2e91360f66e1f8cf19cb 1.62 MB 3,678 6
909,037 909,037 00000000000000000000e6b6fec1f8e448b9fb2895c9f560c4e63e71eb462388 1.53 MB 4,559 4
Previous 10 blocks ↓
Total Size: 771.71 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,909.81 GB sent, 106.10 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.