Memory Pool Memory Pool Refreshing

2,586 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (54,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,725 853,725 00000000000000000002e5bad5ec478b9c364d889d9d8f5d6f99bfe604815976 1.64 MB 6,782 4
853,724 853,724 00000000000000000000391bf5ff507f921f0184924275f6c0ceea8d84668716 1.47 MB 5,218 5
853,723 853,723 00000000000000000001bcc4d1a9270370cd261f3b397420c38dc9ebcf3714d4 1.66 MB 3,379 7
853,722 853,722 00000000000000000000137026feccd0f0185b8f97a42ac423e4f2dbdf39367f 1.65 MB 4,301 4
853,721 853,721 000000000000000000020a8e3aec5047c866ea0dc6dabbc58d04fb7b1edd46de 1.78 MB 1,293 4
853,720 853,720 00000000000000000002ff64c9da74d13e91b53142d8d4fad724b3cccb28f5c5 1.69 MB 3,279 7
853,719 853,719 0000000000000000000111465aec1cc2ad0c23b9be3f7fa156e9c78dd6123ba3 1.68 MB 2,476 7
853,718 853,718 00000000000000000000e4fd9bf49354e6d02a9bb9d0fa7ecd6c8e3e92c2f819 1.71 MB 1,214 5
853,717 853,717 0000000000000000000169117842f2b2d11abeb02cfd578c2b3a611bc0ad78e3 1.63 MB 3,043 7
853,716 853,716 0000000000000000000224ea67807f71ce7c42f1ed4389b794c810a33b35e8ea 1.80 MB 1,276 5
853,715 853,715 00000000000000000000a08328144694db56a66cee6ca6aa394e30f4d8923c07 1.64 MB 3,082 5
853,714 853,714 000000000000000000024bd6f1c7b90883036d343d4b136916a772f509eec4fe 1.55 MB 3,060 9
853,713 853,713 000000000000000000015e259003bd8f54d6882543ce2586db3124fa026f2660 1.62 MB 2,908 8
853,712 853,712 000000000000000000011f02b4812985ee29802acdc690d3765eef4e2c641cb1 1.63 MB 3,209 10
853,711 853,711 00000000000000000000ace0795159948d1a81570fd68838735caec142d99bc2 1.52 MB 3,219 11
853,710 853,710 000000000000000000006e10793e1a694726ec71441272dd47a9fae7fca879b3 1.66 MB 2,881 7
853,709 853,709 000000000000000000031a336ded19862cea0509df4c4aa0ab4c825e3acdeb7d 1.61 MB 4,207 7
853,708 853,708 000000000000000000033a1ef3cfb667485a00303445f31c40c6c2920f9aae22 1.54 MB 2,428 12
853,707 853,707 0000000000000000000295b7585fb34f02325466a8282e4f0605d795575745d8 1.56 MB 3,619 19
853,706 853,706 00000000000000000000f96f7dce2075e833145a7aeb8cdc4a53f186213ad4c1 1.85 MB 567 4
853,705 853,705 00000000000000000003019940ed2f8e047408dff9b2b4f5ae005e5f4078c40c 2.02 MB 443 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.