Memory Pool Memory Pool Refreshing

235 transactions (0.08 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,068 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,067 (849,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,476 59,476 000000000a50ec191c53899ba7735aa8b2652f6127085ee13a0801ee46f40977 0.00 MB 1 0
59,475 59,475 0000000003f62818d672b23fdff54fbca85ef6ffaae72e97f1ce08fc5713bcdd 0.00 MB 3 0
59,474 59,474 00000000074f2edfee407b12ec0adbf086092ebf8b5610777cecaabc0209855f 0.00 MB 1 0
59,473 59,473 000000000f330ac25edacab4e66e61a29841aa60515e6e5cec264e45b0004b33 0.00 MB 2 0
59,472 59,472 0000000007b3f094c8a47962c3e34a48858c331d2c8c85c19d590f5e6dcd96e9 0.00 MB 1 0
59,471 59,471 0000000002c307245e500c3c7413cfaf02807301564fd98fb84029fdc2e9b33e 0.00 MB 3 0
59,470 59,470 000000000cccc830c9f3752fe5eced5c32daaf742f2a78688a59611f59685019 0.00 MB 1 0
59,469 59,469 000000000d49c1cad12140a90d87a9f5319d5dde941817b6bca8d71f5d4cb173 0.00 MB 1 0
59,468 59,468 000000000412cfea403be403565cdc61f98a66ca4d4851012a957fb0cbcc9975 0.00 MB 2 0
59,467 59,467 0000000006d1d10631016db457b389832ab9ef0cb547b8bcbe67fac648ee4711 0.00 MB 1 0
59,466 59,466 0000000005ea606c810037f6177120832c1664f0e617772bc529b3f05b7d8620 0.00 MB 1 0
59,465 59,465 000000000b434fa68b0c119be49724cd5ab9ce3c095af837650917ed8fb3b3f5 0.00 MB 2 0
59,464 59,464 0000000000acb6e2b6299bad424e6e24244ae6e450669a165c605953e170e525 0.00 MB 4 0
59,463 59,463 0000000008773e880d3343b34bd75e2018e48fa41c7bf5c02feedfbc4cb18b0c 0.00 MB 2 0
59,462 59,462 000000000162aa3b1e10f2189b4ea85d13d8e26cda6fe58dbe3003008d362d8c 0.00 MB 3 0
59,461 59,461 0000000004995316b91b305c240e05670c35e3f26a6f7a4f9784deaa57bd8b16 0.00 MB 3 0
59,460 59,460 0000000003cd8d9195089a60934056e3725a732850faecb24a5d33f69ac2be60 0.00 MB 1 0
59,459 59,459 000000000a155b6f4a5b1c202c2f9eda3840bc2bd4e7bd3b4a8ad86793df1d4b 0.00 MB 1 0
59,458 59,458 000000000df1f69533650ea4973ca8dfc3a295d7336d8e5b4502e48ec86417ae 0.00 MB 2 0
59,457 59,457 00000000091566cd43bf38d68eb39042a1a7596f3a03ddd3e07caff2c3fab7a9 0.00 MB 1 0
59,456 59,456 000000000d00b4320ff7d8fbd17960ed4ab3cc85122934297b61ed5a9ebfff38 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.67 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,900.82 GB sent, 105.86 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.