Memory Pool Memory Pool Refreshing

7,667 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (573,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,850 333,850 00000000000000000c465e4bfa484820df751a0d2c45ac646430b37148ba4b9c 0.38 MB 705 25
333,849 333,849 00000000000000001b24f1e2ed553f5b1ea1e57391b6166be523dcff4fadd500 0.31 MB 242 11
333,848 333,848 0000000000000000147d2e037c36758cad7766776f3cda4b410c13ef6940450c 0.35 MB 786 29
333,847 333,847 00000000000000000aafbb670f3d0c2366ee141f726971ad108a7a6905682f8e 0.75 MB 885 16
333,846 333,846 00000000000000001520b79ff02ba437143fa6aa55b474e9d2239f1d786ba745 0.56 MB 1,686 41
333,845 333,845 000000000000000011ebc87670b9198672e3577d74876434887622105f004af3 0.63 MB 1,054 24
333,844 333,844 00000000000000000ca68bf050028e50d34c9261f7e2a41e21b1825175a9e9ad 0.11 MB 186 25
333,843 333,843 00000000000000000f3e5c98524ed03d8c51e00fff076a3f9cb4ff2abf72435b 0.28 MB 502 25
333,842 333,842 000000000000000013d92aa75332c45216263abb4791a1ffa500937659dea39c 0.69 MB 1,076 21
333,841 333,841 00000000000000001964dc2573240f8b180e9867f7d1731851d1043e33d7e990 0.34 MB 690 27
333,840 333,840 000000000000000004cbf13faea792d742fff7d802eaef80889cbddaebf84a92 0.43 MB 817 25
333,839 333,839 00000000000000000ccffce7fbd4c59fa927d0a10d4db0f7fbe9f5eeb230b060 0.10 MB 173 21
333,838 333,838 000000000000000008fe27a758c5851cfc2c0c52f5518b2444349fabee85d85a 0.23 MB 371 22
333,837 333,837 00000000000000001b17bf5332fda9558ab0ac3eee7be3a8e9f7b076704570c9 0.34 MB 316 19
333,836 333,836 000000000000000003df90489c7aa8d50019d11f11ceb67acd751c27d4757556 0.20 MB 360 20
333,835 333,835 0000000000000000066ce8dee12199c11d81384b8010de690685d303073d2967 0.14 MB 312 29
333,834 333,834 0000000000000000137690c096dc5fa59a96cbf03e9eba2ea8530dd7486015e3 0.75 MB 1,289 25
333,833 333,833 000000000000000018e69a7966bcbb5d90830f1f423c06e91f0926fd5c4fc58a 0.28 MB 362 19
333,832 333,832 0000000000000000047723fcce5de07b98ab341ee24a89d8431f20f54311bf1e 0.11 MB 157 20
333,831 333,831 00000000000000001918d75eed36c3c74dac83e3ef716b63fc3a69f6ca3b4135 0.22 MB 313 19
333,830 333,830 000000000000000019effd2e77f35b603de5bfb127485a39b83ba54d71d27fb5 0.58 MB 888 22
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.