Memory Pool Memory Pool Refreshing

6,167 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (5,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,953 901,953 00000000000000000000c78cb54c261adafafbb8c872a98a097f123f19de184b 1.04 MB 110 2
901,952 901,952 00000000000000000001ce3895ef76c1619272a0ea1ddc334262be56cd7fd188 1.47 MB 1,728 3
901,951 901,951 00000000000000000000aa07a2593226552fbbb4e98b889480f5aae064b0e06f 1.55 MB 3,784 6
901,950 901,950 000000000000000000011fba5b288584abca1bf42bc63c46fd907a90312dac45 1.65 MB 1,611 2
901,949 901,949 00000000000000000001ea21fa91f290f1b78481d63a78cf8d16a08d8ed716ae 1.77 MB 1,874 3
901,948 901,948 00000000000000000000fff042a8002b8ff29777e93c7faa20442f80840e6e86 1.39 MB 2,205 5
901,947 901,947 00000000000000000002214cd79ce7ba8b83e2a2d401647e71b461b690377483 1.63 MB 2,780 5
901,946 901,946 00000000000000000001523b3ac3682430d9a25e3f0360b585d4387266950216 1.64 MB 4,178 5
901,945 901,945 00000000000000000000bb5b8231cab23118d9dfea7c065079d806794ca345c8 1.55 MB 3,260 10
901,944 901,944 00000000000000000000351570da00232c29ee985e6c4e2cc9990d780411594d 1.64 MB 3,826 5
901,943 901,943 00000000000000000002286edfc71513aa6025a62de59c7bb45610a57597a7cc 1.52 MB 3,616 9
901,942 901,942 000000000000000000020eda0f134e84cea9654cb7a63b79d872c9e660f6e6b0 1.64 MB 2,079 4
901,941 901,941 00000000000000000001d9a28f4e079c09d1c4d7843721fedb6f787829884077 1.71 MB 2,706 4
901,940 901,940 0000000000000000000080923702f554edb1472840f53feb95b7075217850083 1.88 MB 1,963 7
901,939 901,939 00000000000000000001a8812aa25e52601968ee9823f3f96daa6f648de6a41b 1.43 MB 1,050 3
901,938 901,938 000000000000000000011dc8e6ea8d573d78665f4d464c51dc92a4c99dd83309 1.58 MB 1,641 4
901,937 901,937 00000000000000000001ae26ce7b25ef2bd13f4c0069b634a233b1472f0c0a17 1.33 MB 1,176 2
901,936 901,936 000000000000000000012493e59d3fb60fcdf8d56f67eb0532b626ff2ec84433 1.84 MB 2,578 3
901,935 901,935 000000000000000000015296bc96391d0d67f4a301f2d4fc6db962c16b6455fd 1.91 MB 2,653 5
901,934 901,934 00000000000000000001bd05fee29065fa2852ae75988de3e83ac01f3a3c8ea0 1.66 MB 3,099 5
901,933 901,933 0000000000000000000132b6ea92ff0fa6e2ff91e10c97326fdea496f9be3d7d 1.75 MB 3,125 6
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.