Memory Pool Memory Pool Refreshing

3,622 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,859 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (630,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,555 277,555 00000000000000027260759e9be8ef47377c998a93dd63438c8c6ca484c12a1c 0.25 MB 691 77
277,554 277,554 0000000000000000956b6a10600a85403e2f567c734e29f9cef3bb45531207d9 0.41 MB 801 38
277,553 277,553 0000000000000002ffbf9fcde1db1d6f07420c4278876b37eda5a2ea8a8ba414 0.40 MB 398 11
277,552 277,552 00000000000000032fdcc961c0daa33b4278abe0e39f4f786bb46a1a5a2700ae 0.09 MB 167 43
277,551 277,551 00000000000000025039b409e846dc65fec856f8254c1f3d19eeb481b36037f6 0.00 MB 11 78
277,550 277,550 0000000000000002aef5197a7845c5ab4e13864633b7c858adbf313780029b55 0.20 MB 498 43
277,549 277,549 0000000000000002c60e4c4217e124bca9b93bd54ebe7d5a6ff2948037783395 0.00 MB 1 0
277,548 277,548 00000000000000013ed0f731618301ca0edc4d7ab1d8a5d4ea11ec98373b9fbc 0.03 MB 82 146
277,547 277,547 00000000000000017ec23b7d7e149070747d2614ea449f2370684a2e79894b03 0.03 MB 91 107
277,546 277,546 00000000000000013ca58ccbda83a764795fb9e83f48bfa9dae939a7c76166d6 0.25 MB 526 54
277,545 277,545 000000000000000367cc7d26381e29b5e63b9d5f430e4d6b55d44ad7894bf57a 0.16 MB 273 42
277,544 277,544 0000000000000001e233738b2793e10cd14f9344f0143b1aff2a8128040f44b1 0.13 MB 267 41
277,543 277,543 0000000000000002021ca9989ea5e6bd1e3b3c0892b2b03e3cfb7033f779c611 0.55 MB 1,176 45
277,542 277,542 00000000000000003d18310a1b569f16e6282335fa83506a35e04520ff113fc8 0.02 MB 21 14
277,541 277,541 00000000000000004aaf5ef3f5ca5a021a1b56c6c7ffdd0afa3a89caf6727e2a 0.22 MB 545 44
277,540 277,540 000000000000000302e0920216ae74d8d335de74af35c638942752b0086eb98f 0.10 MB 147 24
277,539 277,539 00000000000000034e875f4664edf330fa19e145da3f523c1bc89a688f0cfbb0 0.25 MB 518 61
277,538 277,538 00000000000000010a72c0a8f2dcf262b61a19892c2c04d1c8816d54bd6dbb5e 0.05 MB 106 49
277,537 277,537 000000000000000036b109ad2981e1fae308c2b49eea4a17a9bb16897f6c5adf 0.11 MB 281 47
277,536 277,536 0000000000000000d128e20862fbce3f069874ff5af5fbacb7f76d1d9a278428 0.18 MB 373 38
277,535 277,535 0000000000000002973031675fdab5673e2cb8cb2a49413b261d378f87a1f9b1 0.05 MB 85 25
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.