Memory Pool Memory Pool Refreshing

6,304 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,473 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (315,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
592,090 592,090 0000000000000000000038ae3fa603ae533a42b2236ce54a17ebc224a8f2d07d 1.19 MB 2,749 26
592,089 592,089 00000000000000000007d9e54817bbfa15d21919ee9a3e238b5d647aac107f33 0.62 MB 1,765 17
592,088 592,088 000000000000000000105a4a20563708233972eefdc479a38e5a243e06ba68bd 1.23 MB 2,901 23
592,087 592,087 000000000000000000180a54bcb5cd87b8bb9ba133fd0021d682d2c8b9664858 0.64 MB 1,504 26
592,086 592,086 0000000000000000000a8909396df9943b1970625db413be37516e7eb23d2b37 0.65 MB 1,572 10
592,085 592,085 000000000000000000102ba1945a274d87981aacc09d0b07ed1faf6634dca8df 1.18 MB 2,876 27
592,084 592,084 00000000000000000017c1f7a443224dd524c993109cde301212193519bd27ec 1.13 MB 2,894 17
592,083 592,083 00000000000000000019e8c2345a09974475d5819fb6a69b2212697f6c5b942e 0.56 MB 1,482 25
592,082 592,082 0000000000000000000fa33dd0e0512b8fc49aed3e5954a80fae1ac2e9bad1f2 0.83 MB 2,108 19
592,081 592,081 00000000000000000019a7c7feea52b2de43476c0eb5d986f0a202fcdfa00b5e 0.36 MB 888 21
592,080 592,080 00000000000000000002680b29c87f5aa7d8d826e8f16e7a152f98f3ffa0db27 0.48 MB 1,326 20
592,079 592,079 00000000000000000014c8745338670c75e0d995ddd88ed36183e52646cb5345 0.72 MB 2,067 18
592,078 592,078 0000000000000000000164ce8cb806c8ab114c58374c33bcb8020675a2e9adad 0.07 MB 164 20
592,077 592,077 00000000000000000012169abcfabebe089ca9d59b95c57fd0083b8a4b0cc921 0.43 MB 1,154 18
592,076 592,076 000000000000000000051029de6cae125ac94075e1cc7f0afa7464f5606d6208 1.19 MB 3,188 21
592,075 592,075 0000000000000000000e6a97083e05fae7e9a5ca980c1adc33e126e8a00ed595 0.34 MB 846 13
592,074 592,074 000000000000000000030cf0c16c622df1c496051f46a24b77c74c51bbd57ee5 1.17 MB 3,134 24
592,073 592,073 0000000000000000001a97173238ace16e596172b4484aea59f8e4f3f96ece88 0.95 MB 2,606 21
592,072 592,072 00000000000000000004e79525c62bd84b53cc6985a59b05c716dbc3e65c7e75 0.04 MB 104 28
592,071 592,071 00000000000000000018f9b3de1a493e00e63364e9842a6687ec51453ce5c816 0.59 MB 1,541 17
592,070 592,070 00000000000000000012ea246a39fd27b82e788c097ee83ae05e8a66e3bf72d1 1.03 MB 2,674 23
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.