Memory Pool Memory Pool Refreshing

5,588 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (593,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,558 314,558 000000000000000004abcfeef1cf4a578df7cd9468fa14f17246ac4c8a76f18e 0.40 MB 717 27
314,557 314,557 000000000000000003f7640eebfe7ca3fdd47ba3d2a26e93fe8489d3e183a627 0.45 MB 889 28
314,556 314,556 000000000000000021a611101409a08742584cba9e85973faa9342221bcc391f 0.52 MB 803 27
314,555 314,555 000000000000000012957f854744671068de38fc05ea340ce859217dab8f2d75 0.72 MB 1,436 31
314,554 314,554 00000000000000001abd7434f61e9e6f0334675361316d01005082e68b868356 0.53 MB 971 27
314,553 314,553 0000000000000000068c64dcbf20e207e82b1570860d4c8890890203a1a288f6 0.04 MB 128 64
314,552 314,552 00000000000000001864c76b5aeedb86b1e807869cbaca09d7f986096fe9b582 0.25 MB 425 26
314,551 314,551 000000000000000008c53d2eb9b0d3fc266cfb1e958f8ee11b9e047ff9776326 0.13 MB 247 36
314,550 314,550 00000000000000000b29d82d881f07a97fbb91c0cd7f694dfcbe154c891b22ed 0.16 MB 282 21
314,549 314,549 00000000000000002bac144d0378298b7271847eca5a817ab00507fa6ee9fea7 0.16 MB 256 27
314,548 314,548 00000000000000000f0cda286b614834026e0e176f3a156e3b1a166af016741c 0.70 MB 1,156 28
314,547 314,547 00000000000000002a9c3ed0c56e065ec67b677936d520ab74878862e3772de6 0.33 MB 548 24
314,546 314,546 00000000000000000308a32247b80e5bea5d8931ba9852e74cf68d2f271925ca 0.33 MB 446 23
314,545 314,545 00000000000000002d5227fafe08340b150182d0091b0ffe19adb7f55f18f332 0.06 MB 83 7
314,544 314,544 00000000000000002ca76ea7b56b2558cc630953aa420ed4f8757c09241356ee 0.02 MB 43 33
314,543 314,543 000000000000000032247955c5b01b741bcc9433dae7b4107a2d85303eef3475 0.27 MB 471 24
314,542 314,542 000000000000000027da59f9d0483ce3f73f7e324d0b051872a0b0816bbd09b2 0.12 MB 166 21
314,541 314,541 000000000000000016d35e6ca77dea6f4e2caa387f245a712b1df5bbab3c559c 0.15 MB 212 23
314,540 314,540 00000000000000000e66ea508edbb6d81c7886e9af798039daf145a3bed479e1 0.05 MB 51 11
314,539 314,539 000000000000000030cda6ae85c366c9baba969abb190a8103bceb01f4f5026f 0.09 MB 92 9
314,538 314,538 0000000000000000159a89993075427909fb53d669ff2e17362e06d3f689395e 0.18 MB 300 25
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.