Memory Pool Memory Pool Refreshing

4,593 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,163 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (794,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,653 113,653 00000000000023000aa4ad905b09fade1ee6cc3592691fc178fcb38d629a3df4 0.00 MB 14 340
113,652 113,652 000000000000b636d636bc8d84b59bd96c8a11460db63f5dbca579111dd83b21 0.00 MB 7 0
113,651 113,651 000000000000836ba93ef1144d561ce23e1f932b529d0d88dc135fb3178e9d1b 0.04 MB 161 127
113,650 113,650 0000000000007160dca073d120db0697f7c2be4aa696e4677ab380cd9349f66f 0.00 MB 1 0
113,649 113,649 00000000000033f9d94ee198431993831991474087ea1434fc815a37928f3004 0.02 MB 107 0
113,648 113,648 0000000000007e759af2f313830aaf01562eea6bdc6e169dc517cb80d3a20edf 0.00 MB 13 0
113,647 113,647 00000000000081eed420d154cb0252df636dc3ee0224f4bd6552777a6cd7a595 0.00 MB 10 0
113,646 113,646 000000000000309ec69e8742630fb504c7b5f5e936aa61c36f2cfc0a28037483 0.00 MB 13 0
113,645 113,645 000000000000c5544815b1b9eb72bc829d72143b301027209232e56e0a7cfc4b 0.00 MB 1 0
113,644 113,644 000000000000443064190659cd1cd67982e0f9336ff5af9b321c0a7c9dbdb2a1 0.00 MB 10 0
113,643 113,643 000000000000b6a48dbf026f1393066085ac4c6dd3d1b3bc64f84fba7cf64c74 0.00 MB 8 0
113,642 113,642 0000000000006161fc52a31a6c115d8ac9e521282c9519c717b46ed9c70fdf42 0.00 MB 14 0
113,641 113,641 00000000000088c0355c331fe6237795b81c48b3585a457a030a76618579903f 0.00 MB 6 0
113,640 113,640 00000000000024a75aab60ad980f2d29abff5415927eba37df12e1b19a55fe19 0.00 MB 10 343
113,639 113,639 00000000000024265f238f7e8d9e797778fa349d22019fdf2feb77aa87fdea99 0.01 MB 26 822
113,638 113,638 000000000000306578aacded7eaab83a47d4bb548630dd7434f2db7c1ca85e3f 0.00 MB 2 3,861
113,637 113,637 000000000000b78732752e64467daa4fe01520035b92d1aa290f0b4c15e9e11f 0.00 MB 9 680
113,636 113,636 000000000000cd0a1d51bfd6ad32651f826926e49dc59d8b90a9e91e96648412 0.03 MB 122 136
113,635 113,635 00000000000056f922e629475b66fb517d8f862d2e2b4be9cf7835c909e8a604 0.00 MB 5 0
113,634 113,634 000000000000cc503e3480824ce1cd1ca7c69a652c2a7d7508b340607b1a4d5d 0.00 MB 7 326
113,633 113,633 000000000000415a4ce6dc7f55548d1553c44dda18afe5f50a0ca52458367983 0.01 MB 22 679
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.