Memory Pool Memory Pool Refreshing

17,801 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (608,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,770 298,770 00000000000000001a2a346eca05607d930c1b419b2d988da9311a1777117627 0.02 MB 32 5
298,769 298,769 0000000000000000621275a066da3faf03351f52ca0cf7f0e78d3c23991e58eb 0.36 MB 597 46
298,768 298,768 0000000000000000098d275cd81a2dd6c675734c5bc5da2be22dc4dd88e80085 0.18 MB 351 31
298,767 298,767 00000000000000007ea7469d1a88c328b5f47deebbca6e9d6420387960fd1d12 0.63 MB 1,081 29
298,766 298,766 00000000000000001234e672895b94385f98e788cb12ed7e0d7812146ad6f73b 0.06 MB 48 16
298,765 298,765 00000000000000002cca851b6c67c2bb3fd110fcf40b5cc771654241cb3bef0d 0.25 MB 512 38
298,764 298,764 00000000000000004b667fd4d5dc6e200a008b15ca4114f930f9ae48b555909d 0.22 MB 476 34
298,763 298,763 00000000000000006a951622b9be54c69d914d57469b473623400f4fa6cf1379 0.00 MB 8 27
298,762 298,762 00000000000000007e2d01593244ca16101a5f729c862997199159276cd498df 0.13 MB 232 13
298,761 298,761 0000000000000000598cc1507bd3155cd38544b5e0197d26155265a54fb17a0d 0.26 MB 405 26
298,760 298,760 000000000000000043bf525ba98cc24ef2d059dbb2e062b3235fb8dadc79c46b 0.01 MB 18 24
298,759 298,759 00000000000000000f7d5613cf53d8c207e21831666283995a8ad41362191766 0.00 MB 1 0
298,758 298,758 0000000000000000434b602f48a88607c48c190d093252794138c2de9fabde44 0.11 MB 105 13
298,757 298,757 000000000000000054f1e301df7dfbc1146e8d8d31bc25d581abcf7efa2662be 0.25 MB 605 62
298,756 298,756 000000000000000049545b0e1d1db33b4843522579321b1b7917c59344e257ad 0.09 MB 114 25
298,755 298,755 0000000000000000621954d4027e0fcebbdd0ad0091372c48742e6a01c38e926 0.24 MB 419 32
298,754 298,754 000000000000000073acedfdcf5e5c83b785ea8d1ccfefc62fb3face52b424cb 0.34 MB 264 16
298,753 298,753 00000000000000006725ef0990eb7c8112ca5276c97f4154ba2b540412588946 0.35 MB 877 42
298,752 298,752 00000000000000004830eaf44af3b8872acda6d54b955fef7d3e6becb8b3ba4e 0.07 MB 128 26
298,751 298,751 00000000000000001a9249e9bfc47a0844466de3fa577f67382c881a497177a4 0.14 MB 183 28
298,750 298,750 000000000000000002ad07dbdb42984eb6e6a05a395757aefc78d2cb450dc7cf 0.11 MB 170 35
Previous 10 blocks ↓
Total Size: 769.02 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,624.24 GB sent, 92.99 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.