Memory Pool Memory Pool Refreshing

92 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
904,054 0000000000000000000268160000000000000000000000000000000000000000 0.02 vMB 87 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,053 (795,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,899 108,899 000000000000d29f387b0e15767ee37093dc427531199bdbfeaedd51c5053637 0.00 MB 2 0
108,898 108,898 00000000000119e1bc891e1929d2c6a0a184524df1658c25b720dffc1912dc0b 0.00 MB 6 0
108,897 108,897 00000000000005255c761345a80132cef2e43ea94dcd90d279825579e8b35abf 0.00 MB 7 0
108,896 108,896 0000000000010d8868e00d9a4fbad65e2c0bc65dc015975076e495dbbade6856 0.00 MB 12 0
108,895 108,895 0000000000012db9c50fcb282f62ce451be6288e58def88d6373c44adabaee85 0.01 MB 22 0
108,894 108,894 00000000000081f72cf4072e23b23a4e8824544e410cf479fa984e617ed1e8b3 0.00 MB 1 0
108,893 108,893 000000000000f29f2e635a7fa0dea25ebbbde431f98c9c58b02b6208c6424d8c 0.00 MB 8 0
108,892 108,892 0000000000014078718b9683a9411c3c700db9ffdda3bc6ee62838a918c14dbf 0.00 MB 12 0
108,891 108,891 000000000001441a51854b5affbfd2c820092a33f615983b18319daa3d56eed6 0.00 MB 6 0
108,890 108,890 0000000000013015b4c8271e911f907644ed1bb9bb0bcdc4949966ba43ad91ba 0.00 MB 12 0
108,889 108,889 000000000001a6421bf2136e771d34fbe1d2c748983f7cacb06fd7f8a386e8bc 0.01 MB 48 0
108,888 108,888 000000000000e994c5e0de4f52e6be4790e2d3a9466490d91eee5c72b4f9f40c 0.00 MB 5 0
108,887 108,887 00000000000058c35096ed6bb9f2ade58f377f0c78fd8d05d7134807af2438b0 0.00 MB 1 0
108,886 108,886 00000000000134318885376eadcf0a4e629260d94879fecca2b17105b0c84fd7 0.00 MB 1 0
108,885 108,885 00000000000114b70112543cc5d7db322dbbd6ee77c21d77a575a01d9aa041aa 0.00 MB 7 0
108,884 108,884 000000000001720cb6a92367be2c699d35853aec910d49550751e0c101d18f0c 0.00 MB 4 0
108,883 108,883 000000000001aa64d85dcdee16a370faab36e07385868cf41adb0b2636caf697 0.00 MB 5 0
108,882 108,882 0000000000010fe1da481d2296af8a2943437386ffec25b408343f23b6f8c317 0.00 MB 2 0
108,881 108,881 00000000000057966f9c2b0934c9485cb53e080f236ceab63d65ea4c4e5519d6 0.01 MB 2 0
108,880 108,880 0000000000014339b4d0a104bdc224ee2b622a7a84d5160b4a9b436588efb40d 0.00 MB 2 0
108,879 108,879 0000000000009eafa6b847cefea4848394ccf71e9203c72b7438073deb4b2c3e 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 762.65 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: 967.86 GB sent, 58.81 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.