Memory Pool Memory Pool Refreshing

13,671 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (603,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,973 303,973 0000000000000000238fb0c362c7503ac7c6c92b0c368f6be698dd7b89ee5bae 0.25 MB 459 33
303,972 303,972 0000000000000000175bb7c55036049c9e56194acd7d180e14feb787c335d4a4 0.24 MB 484 24
303,971 303,971 0000000000000000465c9834a37f8d5644c2c4934e236943353e1a607d5e7f0c 0.10 MB 174 28
303,970 303,970 00000000000000002cba33add03260879e4d1c3ea3df1407552949ebe1c1a94d 0.10 MB 227 35
303,969 303,969 00000000000000003f74f09d64fb336fdc8e20a3998b2a2ecfcd82e816d0f2a7 0.06 MB 63 20
303,968 303,968 00000000000000000eba9fc29e052b7592e00670c74b313258b6e3dfdb1212c8 0.02 MB 45 13
303,967 303,967 000000000000000027f36aa152058d04771d53d8ff98a8e1905e6be3cdc05427 0.29 MB 459 28
303,966 303,966 0000000000000000122742707bee9c1dd1360371b8804ba3c87bc262a7f8d162 0.40 MB 613 25
303,965 303,965 000000000000000029e3d270688e1237475651967b397f296fc95976ef1bceec 0.28 MB 456 30
303,964 303,964 000000000000000041289413fbc9d71451cabc51aa7e49c832b40ed9b1d7e18e 0.00 MB 1 0
303,963 303,963 0000000000000000669067c40e6a6e44d5c104a852cf1c18981a238ef65942c6 0.24 MB 296 25
303,962 303,962 000000000000000027571fd63a9f7960c97257f33e5fb82674d89ee1bc9dbede 0.34 MB 555 28
303,961 303,961 0000000000000000607dd6f8734a9f8d399ad930d0a1ca4d965d6d088cf0dc61 0.83 MB 999 24
303,960 303,960 000000000000000020bdf53be36e2dbe6e6d1cae362dc360cdddc12e3c7b570e 0.26 MB 495 30
303,959 303,959 000000000000000036250fbc6a37aa0ed632c6fc0cbf20425d78d5fd0a75b6d1 0.24 MB 357 27
303,958 303,958 00000000000000005132f6a19942243ba1b8217795020d19e3b38da76b617c44 0.07 MB 134 24
303,957 303,957 0000000000000000467098570bbee5d3b0bd0f92a223e5b9e9215657279d4d01 0.13 MB 97 20
303,956 303,956 0000000000000000554a5c731c30f5605cf354ca473158f5511266e7ad50c6b1 0.35 MB 803 36
303,955 303,955 00000000000000001e60cf118aba3422808e631cc849d5b779426dac81b81a34 0.22 MB 424 32
303,954 303,954 00000000000000000a13825d396eb2904759c32826e99024d429c77a5d92e21a 0.02 MB 34 22
303,953 303,953 00000000000000000da3ec6931595bbf9cbabd157dd4f018170865e3d5a8f9bc 0.20 MB 365 29
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.