Memory Pool Memory Pool Refreshing

2,190 transactions
0.73 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
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,178 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (462,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,770 444,770 0000000000000000026ae0e2ba27f68cbda444b7ba47c54cffbd317bfd294852 1.00 MB 2,724 91
444,769 444,769 0000000000000000005278f19b8cc4088f946df02559f76badb01637e0debc4a 1.00 MB 2,806 88
444,768 444,768 000000000000000001871312dad65e979a01c4e64e631835ecec20b106255a33 0.99 MB 2,150 71
444,767 444,767 00000000000000000034f5427bbcb7c1cd5a114b077c7b4f152636d4c257a8fe 1.00 MB 2,837 86
444,766 444,766 00000000000000000233131a4a8ef2aff889d2da61c8d18c952a35d55734089a 1.00 MB 2,400 112
444,765 444,765 0000000000000000006dc4a922f04de51331a97c62e6958c22accdaa9093255a 1.00 MB 2,490 85
444,764 444,764 0000000000000000027e81df1bb4f690d2905eb2678294fffe095d23d51f47e0 1.00 MB 1,726 64
444,763 444,763 000000000000000000409382da664857298f1db2bfb23dd1409523f19ac65467 1.00 MB 2,039 87
444,762 444,762 000000000000000001b3a7ca6fba6396cbade17375161febeb3a4ba34c8d6d29 1.00 MB 1,843 53
444,761 444,761 0000000000000000036ff1f2560d351987589fc1e5fb1381fa79a38978ae8524 1.00 MB 2,173 72
444,760 444,760 000000000000000002ecca7c1034906b2af87213e138779a42c67465fdc7a431 1.00 MB 2,777 88
444,759 444,759 0000000000000000027e644606b4fa9f5fa68280c2fb0b9b28e193efdd7fc18b 1.00 MB 2,403 80
444,758 444,758 0000000000000000030025741a5fc3d28ad102b950f94c3f0e50e11117a9f559 1.00 MB 2,787 67
444,757 444,757 00000000000000000192706a6e38a1406a58fdab543101704ca162d473797ff7 1.00 MB 2,235 88
444,756 444,756 000000000000000000dce6e65994c07980f0c704c783d4c5a82fa552997a7472 1.00 MB 2,977 96
444,755 444,755 000000000000000001220eded887e273df70061f3fc0ec10058650e0a62a48f4 1.00 MB 1,020 63
444,754 444,754 0000000000000000007f5a4cb82eb3a96704b7ffce3071f2bf59818ae2a5f174 1.00 MB 2,681 71
444,753 444,753 00000000000000000177bfc7abb2174849c1adb1272619105420624e8646fac5 1.00 MB 2,604 67
444,752 444,752 00000000000000000214c87a20facf0cfc6bdce77f96f38c87fdc2e935cabb5f 1.00 MB 2,305 94
444,751 444,751 0000000000000000035e83d09764313c00b5c3eb7b778e45fb1feb43914fa266 1.00 MB 2,406 84
444,750 444,750 000000000000000001a90493835f30136a1bf22352f2868e117d23618a9d61f0 1.00 MB 2,957 105
Previous 10 blocks ↓
Total Size: 769.10 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,629.18 GB sent, 93.41 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.