Memory Pool Memory Pool Refreshing

8,285 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,967 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (905,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,592 2,592 0000000040eadecc1b9d7b61730e2cff3f4090af431470b0cce34abe47362c5a 0.00 MB 1 0
2,591 2,591 00000000d44042e4c6cd061b8bc642eec5a159d1473531161672a1bcab531934 0.00 MB 1 0
2,590 2,590 00000000422b3acec93f5327c7b8735e3a14ad5a56ee6087596af5b489935458 0.00 MB 1 0
2,589 2,589 000000009bfffe757ad0a672c91bbd920f0c6bcb0dbc9915f1684eb5050f8c47 0.00 MB 1 0
2,588 2,588 00000000826ba9819ae31fba3ffd2a377747331a7dd819d104e207518ba74021 0.00 MB 1 0
2,587 2,587 00000000bdcba5a1acdd9363c35161e255a531a3e4974c76d0e43a88dac8bdc3 0.00 MB 1 0
2,586 2,586 000000005d2d3a1945055e423653faa725a430381f16dfa98e1d541721a67b35 0.00 MB 1 0
2,585 2,585 00000000741db1bbc2a0707960b309608c9da020ea96f1c15fa65e646cdfe80f 0.00 MB 1 0
2,584 2,584 00000000cf760c950cd4733f117727628d87cff2b05ac8956e53381b908fd6e2 0.00 MB 1 0
2,583 2,583 00000000fef31a0a1273eda2985413155755ad82e4d9ea4cfdc0bccc4df83351 0.00 MB 1 0
2,582 2,582 00000000b03f84706793f7980988895fb09e53e14ef747c39fe82e6263392398 0.00 MB 1 0
2,581 2,581 00000000278eeefb109badc045bc9efaed1b74587f5ffb3e2f06ed6ec4a4ddc1 0.00 MB 1 0
2,580 2,580 0000000028e5e4ccf9c8fb193d58f0468bd6403acd23cddff590149bd55c4880 0.00 MB 1 0
2,579 2,579 0000000096a904fbe562c936302421be05856fce88a4722a9333734996b6938b 0.00 MB 1 0
2,578 2,578 000000009a5cca2eb53d84dbdb33fbd5fc584e6cb3017bbf3a9a01c96e1fc69e 0.00 MB 1 0
2,577 2,577 0000000059a2c5a4ad7fef720ad0a6ff9eb83122ac6595c75881dd48a4f91238 0.00 MB 1 0
2,576 2,576 00000000f16ab972bdac5ac28f7ab9a003ab37496e9a05f5e0a5bb018e842d91 0.00 MB 1 0
2,575 2,575 000000008c43c7d8ea8870a3f8c3bd16819f7204e5e498a5242f630d72c8ad25 0.00 MB 1 0
2,574 2,574 00000000bd9844ad2b844fbb019788034a20a484448c54c06e9ed6c5db8e7624 0.00 MB 1 0
2,573 2,573 000000001e4311a635821c79fef6238a0d4a523454fde0846a0547785c7f721c 0.00 MB 1 0
2,572 2,572 0000000046757cbe7e2e93f787e4801005b3033e0fd50fe45e6d7082e81361b8 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.39 GB sent, 98.33 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.