Memory Pool Memory Pool Refreshing

9,139 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (860,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,104 48,104 0000000035e523b14caac1d667e1ab2d2476394917557ef3430ba3d0673a7c3e 0.00 MB 1 0
48,103 48,103 00000000189bb68e896a79b31e2fbdeec0180583d2981414e2bdde600863bb75 0.00 MB 1 0
48,102 48,102 000000001a7bc1a2515ccae73a363808438a7db68c024f7abdc59c2aae531e6b 0.00 MB 1 0
48,101 48,101 000000002d2d30887741544fe3d63c0f232850d4188cfab2b3adee006efb72f9 0.00 MB 1 0
48,100 48,100 000000000641912a2e4dcfc8a0194f4e257416eacd9f556d59d9a60008ac7ac0 0.00 MB 1 0
48,099 48,099 0000000021731a0ec15578a89eb2195344c827c881bcbdf2d0481c9c81ce97b5 0.00 MB 1 0
48,098 48,098 00000000103a6fe69f09f742c8b65347ffc241f1eea8a515f7aa2b5a4a8bc192 0.00 MB 1 0
48,097 48,097 00000000211dcdeed5f608f4f5414137bf584a9a1b01a4d133592bbf6f0ec21d 0.00 MB 1 0
48,096 48,096 0000000036d0f0ebbb60be8044d35f0c263f7bdda9535cc1cba672226f5a650d 0.00 MB 1 0
48,095 48,095 000000001251ef6bd24e37309c6ba9ea1211c8008ff801f3ffe924af3f125134 0.00 MB 1 0
48,094 48,094 000000001420f0c272b8d65283e1d2e3c3431f304c27bb1483018a24883d63cc 0.00 MB 1 0
48,093 48,093 0000000025b5e2546d61dfba77590cc8de60f8bbb79c1409b37e46dbbfe17520 0.00 MB 1 0
48,092 48,092 000000000be13cc9e60b9127c944745ced236e33acef2e602f132d3de9c8f531 0.00 MB 1 0
48,091 48,091 0000000004ba552b91ac1843abd94258dac03c943f601d82129d44a784c29d88 0.00 MB 1 0
48,090 48,090 000000003356ebb9c600eb79294c6b9bed5c7a0d9a7cf54d7dc052cfb551d308 0.00 MB 1 0
48,089 48,089 00000000318b2a3cc2b0cf2125b5e2cc2968f3433c7d29674ad17535890bf6e1 0.00 MB 1 0
48,088 48,088 000000000569d9e5c179ff21d998892aa11bf7b52041145898c3cd0521fa54ce 0.00 MB 1 0
48,087 48,087 0000000006682eda93b1842926574027038825843983042af704a3dbdcf36712 0.00 MB 1 0
48,086 48,086 0000000009219c5c02c297518c07ac76d59f4d6408a6982284aee772653bf3fc 0.00 MB 1 0
48,085 48,085 000000003804ceff4190af7f8af4012121a8503fbb921642fbf9ee559f38a15a 0.00 MB 1 0
48,084 48,084 0000000024d91f3e2634cd86b83162c656452f1a1fc8c374a7e9f129e8689c9a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.