Memory Pool Memory Pool Refreshing

2,447 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (819,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,833 88,833 00000000000c0ee1acd0f885707aee5a4efd34745d43946cc54fc974580c2ac2 0.00 MB 1 0
88,832 88,832 000000000009fe4a326b8a5d72d1c4a851f3fe9c20c0ee8bb745034425af0ba7 0.00 MB 2 0
88,831 88,831 000000000003fbbfdf0d57f194a7e39404a406660133a1284d080d16f396579c 0.01 MB 5 0
88,830 88,830 00000000000715804286ab326c8e20c60f659c2d9f6feb6c2470fdbf40d41ab6 0.00 MB 4 0
88,829 88,829 000000000004e81591b9c46fce87f20927233dfddbf637e3cdd9e6ff802c6df2 0.00 MB 1 0
88,828 88,828 0000000000001f010daa7cbdd641aab7b04534f20d12e3aee47f063533befa9c 0.00 MB 3 0
88,827 88,827 00000000000e06ba193a04f3946b0666546ebbee1a71a943cd5823401a20e199 0.00 MB 4 0
88,826 88,826 000000000006cb5bb80c075098cf10b220f095b3795416250c65713927a41e76 0.00 MB 3 0
88,825 88,825 00000000000ac9c8e37659983728efc806210701a4a7b90264333a50eecbc173 0.00 MB 5 0
88,824 88,824 0000000000133a136016321cd6b125e5191864e0a517262ee7f013896fd8e0d1 0.00 MB 1 0
88,823 88,823 00000000000c124e16f57d32cbadb6459c640de7410aabf24e1c88cabf0ceab8 0.00 MB 2 0
88,822 88,822 0000000000095084facb400beca26b54e49e5596124c2f142ae4996437b1ed32 0.00 MB 1 0
88,821 88,821 0000000000041201650bf1ab36c7483466adf7b014a97bd2efc22fe6ffd3b20d 0.00 MB 2 0
88,820 88,820 000000000012894de2789d71e79b7d086279bba8ed77a4784f3af8144be0fedd 0.00 MB 6 0
88,819 88,819 0000000000016b9e139cf5cce378d972e801e568c2efc682e94ee1eeb4595039 0.00 MB 3 0
88,818 88,818 000000000012c861ef7efea74ce81b2ea3441a240678c4a961a6a01853d56f4b 0.00 MB 2 0
88,817 88,817 00000000000a74a0f474214f4abb3f3a11945cbcf1b3bfed35ebf287e5e57d23 0.00 MB 2 0
88,816 88,816 00000000000dcf5a8d4174354ad5fc1125bf9cff851a091bc371d2bd03f89293 0.00 MB 1 0
88,815 88,815 000000000014e6685cbb470ae0cd391ff5162f9b8c9692f1c5a803209bae7f0d 0.00 MB 1 0
88,814 88,814 00000000000a769868bde60b198f88ed9999e26c7ff2f656aacfd9083222e544 0.00 MB 1 0
88,813 88,813 0000000000074fd5b4dd06105648b5f2e14c81d6334bda44b5ccd0e84395d028 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.