Memory Pool Memory Pool Refreshing

1,264 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (609,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,555 298,555 00000000000000006723815a78d37c1d3ed9d8048fc71d9c07705453ba621d75 0.35 MB 689 33
298,554 298,554 0000000000000000360d66795eafa8075108db64c5403a159c5eafa119a3a366 0.26 MB 432 27
298,553 298,553 00000000000000000922d0256f8f49edd39f8c0dd7544eaa18b2b17f6636878b 0.02 MB 45 11
298,552 298,552 00000000000000002d7721d469521376de95b67bd575bf6db452fe9c7e8039ac 0.03 MB 78 32
298,551 298,551 00000000000000001da48dd30480150ddabfac05c1786e4d838082894fe698d5 0.04 MB 60 23
298,550 298,550 0000000000000000776618b10336062fbd68b15d3d35d92b596dd999651515a6 0.61 MB 983 29
298,549 298,549 000000000000000078d3b2c5d4233f1a0bd9d7316c4fdb43b3d43c6cccb64d17 0.04 MB 69 24
298,548 298,548 00000000000000001b05fe9a4f65124101e8f1aa37313a6c20ce5e8547be9925 0.10 MB 140 27
298,547 298,547 000000000000000058867e5fe71ea46ad2ab815fc7fc6d41c742f2f408a61dc1 0.11 MB 189 29
298,546 298,546 00000000000000003f4e0fbd194cd50fe8aa0187650be9aa121fb45f43e8621b 0.03 MB 71 23
298,545 298,545 00000000000000007b0d2b7746a431ad0369bb6183af63c5f6bf81f00d6368a8 0.19 MB 256 27
298,544 298,544 00000000000000005aa27c976e0644eb2fa97cc7bd40de64dd27844db285615c 0.37 MB 636 28
298,543 298,543 000000000000000076939586cb99f2ad162dc4c0cdc390f181a01b351aeab4ce 0.32 MB 527 26
298,542 298,542 000000000000000030f339c5d26a0de0dde9584ba3a588d2407c2b58a2efa079 0.19 MB 512 50
298,541 298,541 00000000000000001ea438fa4106be5392a91ebe7da1f8ed94de04fbb346a52d 0.59 MB 324 14
298,540 298,540 0000000000000000256651b74239d325192fc4b4055f1bcb8df91dc1e0efdd6b 0.50 MB 995 29
298,539 298,539 000000000000000011581a1498fa23c71c427f3ed59e4e40abb51dd806ee33bf 0.35 MB 1,032 66
298,538 298,538 00000000000000003b595efbcef1eea3635434799cef6430b9199e0f29eb581f 0.23 MB 253 18
298,537 298,537 00000000000000006802587c671b93feb9b221b719672c9e4ca33627751fedd9 0.50 MB 821 31
298,536 298,536 00000000000000004babfc671f1307755503a1fff0c21e52635d27f4c6985ad8 0.35 MB 898 44
298,535 298,535 0000000000000000101447dfbf27ebbd94655b341893e5ba8d42d26c4f09ee47 0.20 MB 254 24
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.