Memory Pool Memory Pool Refreshing

12,148 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (339,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,959 567,959 0000000000000000001204b3dd3eb13d59c978c6281a150a4b01dfaf32516307 1.29 MB 3,105 24
567,958 567,958 0000000000000000000644f6a9d2f813abcd9409db2fbfc97d61ddf3681f2a58 1.21 MB 2,970 35
567,957 567,957 00000000000000000011a448bb3b5b4883e9b77742ba0daa7104149053f7d684 0.57 MB 981 13
567,956 567,956 000000000000000000031fb795ee5806b222c990e641b9d7e8a19d04cad20e7f 1.21 MB 2,707 18
567,955 567,955 00000000000000000025d79cc6e8d4034107ae7dd3af13ee511ea07015317647 0.80 MB 1,685 10
567,954 567,954 000000000000000000137a62fbfdf5a28e7b659af0ade2d9181cd3c0268b38fb 1.27 MB 2,353 17
567,953 567,953 00000000000000000024e9c71aaa6d194955618bb13207ee653850419d0ff997 0.00 MB 1 0
567,952 567,952 0000000000000000002419c955bcca985c0c62e2186f5fe77232e4aac571663b 1.27 MB 2,313 17
567,951 567,951 000000000000000000197379d3f22b1da80b03e7f521d64f87947573e20ca052 0.12 MB 264 17
567,950 567,950 000000000000000000230049bb4b63db8af0fb8cdfc04756a1c43e87b56c023f 1.09 MB 840 3
567,949 567,949 0000000000000000001b7f1079f1216bda519bb8c9423d32ea9b14aec9423290 1.16 MB 1,594 8
567,948 567,948 0000000000000000001f2443de11735bbfb364a12e25de026766ff17df3802f7 1.26 MB 2,590 23
567,947 567,947 000000000000000000131247692334cffe471b83b2d7046b4416b72e3b7c5243 0.08 MB 190 18
567,946 567,946 00000000000000000001f72ae96b70f17764c833b19a7a7e8bfa40b59c605d1f 0.27 MB 586 14
567,945 567,945 0000000000000000002dec94c09d631e5e38274d9cbba1d82fdc96fecb9d5071 0.32 MB 497 21
567,944 567,944 00000000000000000006b9bfd55ce0e5c288f6c7a82b08b56077aa487d9cab23 1.25 MB 2,659 18
567,943 567,943 0000000000000000002e467a0e38e50aaaf1334ede14d184bc76f77c65e7df14 0.31 MB 704 24
567,942 567,942 00000000000000000005d19d75297b223521b195be87521df36c05b018f3879f 1.23 MB 2,871 19
567,941 567,941 0000000000000000002afe562e7cf542031c4e174a2e01ae85bc8981ca595b23 0.76 MB 1,672 15
567,940 567,940 0000000000000000000526997eee3b2b3d0bb81a5a4a22246c978f4261488447 0.19 MB 476 19
567,939 567,939 000000000000000000273ce947a1f12bd30f6be2bb6573f200bda66ec92ac13c 0.97 MB 2,281 18
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.28 GB sent, 92.90 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.