Memory Pool Memory Pool Refreshing

1,856 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,849 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (161,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,996 745,996 0000000000000000000843555051d2f17cea526b4db73172bca57f53e140dbbe 0.82 MB 1,054 13
745,995 745,995 00000000000000000001dfc1a6ae7d528a8388f7ab09fc8641ec69a66ca89f7d 0.04 MB 85 20
745,994 745,994 000000000000000000006ab010dd61b9de2d0d631ef5b1de13c22647a8daefe9 0.57 MB 740 13
745,993 745,993 0000000000000000000356a089889abc32f5ab0e9c5882430ad4919b3490a922 0.16 MB 276 19
745,992 745,992 0000000000000000000983f580aaa3b3d7de90c0222f58dc688b9bc0b690a6d0 0.40 MB 564 15
745,991 745,991 000000000000000000016def15aaeb808ae3630c5f6804d224acb1a62b8559fa 1.23 MB 1,217 13
745,990 745,990 000000000000000000062d065ccdebfc0ae8c64ad42fcf6acf632759f46211b8 1.50 MB 2,403 13
745,989 745,989 00000000000000000003d91de7e9fcdf413fc746071a64e6bac292bd2bf2f467 1.16 MB 972 15
745,988 745,988 000000000000000000052387ebdaed8a43dbdd0b6c920fe7554bf890c23720c2 1.45 MB 2,743 31
745,987 745,987 00000000000000000000dc0b3e5643f42f69093671c86dab6b09b0c5456172a6 0.14 MB 132 9
745,986 745,986 00000000000000000005e64cccaf57b1d72cd6739ed2e4a19a37862a156c8968 0.21 MB 401 18
745,985 745,985 00000000000000000007a137ff87d35b5dbe2f8a273d5017893d30f1406dc665 0.91 MB 1,349 16
745,984 745,984 00000000000000000001c95191d767fc18000bf2b9b583314119069631871193 0.04 MB 94 19
745,983 745,983 0000000000000000000547ddde5f18d1c4eebe9acc09399b3761ddda39e42cfa 0.81 MB 1,246 16
745,982 745,982 00000000000000000009feaf810b7c70153c610f4fdd33a3ff6da4a44f3c6974 0.10 MB 210 20
745,981 745,981 00000000000000000008fe1b433d4b466beff6466ae28195b00a599f85708561 0.77 MB 1,315 17
745,980 745,980 000000000000000000021c08f537c10aafa170991942b7b3bcc1c9259cab5c97 0.24 MB 359 21
745,979 745,979 00000000000000000005ff888af8f6e37323fa9450f694a1478f44d5bc30056b 0.62 MB 1,029 18
745,978 745,978 00000000000000000000f6e9edd168a2deee7b5de756bd3bddaa63c2ead5c355 1.56 MB 1,222 9
745,977 745,977 000000000000000000071a07da38fba8960d73a4eeeafcd83a12fb0345fc12ff 0.24 MB 481 21
745,976 745,976 000000000000000000092e900837364c881ccdfd2854af0fdbd727442a74b1fc 1.25 MB 2,139 20
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.