Memory Pool Memory Pool Refreshing

3,866 transactions (1.01 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (849,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
59,455 59,455 0000000009120d063c0ab0b6208492cc6d452256e02ad8a3f304597e422a0299 0.00 MB 4 0
59,454 59,454 000000000b1163896c7a6d76df316b87e0de54e47370fe3f099dba520daa81b5 0.00 MB 1 0
59,453 59,453 000000000672e48b890db77338bc95994ce5de3939ab0d30de8b833ea2b6dc18 0.00 MB 1 0
59,452 59,452 00000000070f3a0be48a156e40aa70239c8d3f1eff582bd78fcc282c3588361f 0.00 MB 1 0
59,451 59,451 000000000d4e25c2c2e67223be34d6e30b3ce81c428d0217cfab8309df58460e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.48 GB sent, 106.21 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.