Memory Pool Memory Pool Refreshing

4,032 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (34,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,756 873,756 00000000000000000001396afbf0c40217570d9503313fa90106582a6e98c565 1.65 MB 3,437 13
873,755 873,755 0000000000000000000069d10fd783945b24c86bd11f1791fc91b18e46d42fb5 1.33 MB 1,596 9
873,754 873,754 000000000000000000019ab13872e2ae58dd4ae28e12f883e484b1fe7e3e07f2 1.60 MB 3,241 12
873,753 873,753 00000000000000000001a94ab76bce00d5423e02618db5a650b59c6273d19219 1.16 MB 533 7
873,752 873,752 00000000000000000002364609621782d1a5b6118c465cf3506e66d83a3b5701 1.19 MB 958 7
873,751 873,751 0000000000000000000168350fc54ea00767b4d72d4d8e1c76ecf1dec8d0cc10 1.29 MB 820 8
873,750 873,750 00000000000000000000d86c084316ed2cd3ba97f659ca09bd2b86a0d80fb651 1.38 MB 2,062 10
873,749 873,749 000000000000000000024f7e822aed2bf659b837aab1573b0515d05a020bccef 1.24 MB 1,275 9
873,748 873,748 000000000000000000012407d8a56f3b208750c0f2f2fb1acefb51a0e4c05b2b 1.54 MB 3,274 13
873,747 873,747 000000000000000000024a68353ea955f01c956a064f80df6cc9fb27f09210ad 1.28 MB 1,552 9
873,746 873,746 00000000000000000001ecdb03e4109f43ba202dfe7ef70e9c7a54844a15134f 1.43 MB 2,400 12
873,745 873,745 000000000000000000007fe2c3d1c9798b01c42af8200e8e6055ee79f1b4a76f 1.11 MB 582 7
873,744 873,744 000000000000000000029895c191b4ca639d391ffc12384120fc3afaca91fe3c 1.28 MB 1,828 9
873,743 873,743 00000000000000000001a25994bdbd1f45c2d9d228a2c58c6e803f75296a7490 1.72 MB 2,396 6
873,742 873,742 00000000000000000002b16f8c97140e7904deee616c996490c730fa03ff2189 1.67 MB 3,714 7
873,741 873,741 000000000000000000010dc703b7a65d0dda2e827a72854a7d66240d3669bc3e 2.08 MB 1,330 5
873,740 873,740 0000000000000000000282b81d97df074a736b919f953cf2a1c6f2ed3ee005ff 1.76 MB 4,214 7
873,739 873,739 00000000000000000001eea63f4cc6410cb141a0e38b09c6b148db7b6c3c29ad 1.56 MB 3,100 9
873,738 873,738 000000000000000000017b5551dbcbfe0e13178e52737ee35dac7c5ab5db83ab 1.80 MB 3,258 7
873,737 873,737 00000000000000000000aa2966b377b3d4a744b9950b10c64e574647b44ef89c 1.82 MB 4,633 6
873,736 873,736 00000000000000000000ad771a5ff196ea1d5e0403283522f5ae777ca6f2f692 1.66 MB 3,554 9
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.