Memory Pool Memory Pool Refreshing

3,225 transactions
6.11 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,354 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,548 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (819,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,838 88,838 00000000000c47cbdbeb70ba958321a66bafbf8041c4e368752fada1f5c2d50a 0.00 MB 6 0
88,837 88,837 0000000000117632a76acd60d609e0a5ac48c29c9289e6fcea1df5dfe47d48bf 0.00 MB 2 0
88,836 88,836 00000000000191512cecba57dcc452b2fda560c70a483a75d87bde6e99babf4a 0.00 MB 4 0
88,835 88,835 000000000013a22a60950fcf86d80a17d03c2640301e3bf2a867375307f1034c 0.00 MB 1 0
88,834 88,834 00000000000d53fdcc46584c0ac85027c1ef623ac63e5feb717531e7151bcadd 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.33 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,702.03 GB sent, 98.86 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.