Memory Pool Memory Pool Refreshing

4,981 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,387 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (895,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,670 13,670 00000000e898a9552e00f89ad47e0770aa72889b1d4a5f6bdfc8e6e2669b8c96 0.00 MB 1 0
13,669 13,669 000000004a527846992119ed93257ff6dc7560c135af5309959f98036acb4613 0.00 MB 1 0
13,668 13,668 0000000080d11fac9cd1a6a094478ea75e3f946467b8fa1334953a3830d56adf 0.00 MB 1 0
13,667 13,667 000000001168f593712dd87ec112c2f4cf19cb12b27a8c884085a53678e340f2 0.00 MB 1 0
13,666 13,666 0000000021c953572183c54a1583df2d6ed75a93f051a5f2fd2553ddfe5dd9d4 0.00 MB 1 0
13,665 13,665 00000000b2032f63e1753eb6aea7b0e014eb7df9056a74ec4b66c4c06691b97a 0.00 MB 1 0
13,664 13,664 000000007b820d04a179323abed7fc33549ae8e19902b679f53c0f18dfc5f4d5 0.00 MB 1 0
13,663 13,663 000000008078befd9d29edeeda297f4d76c5027168f7a96a1cd7d401884a76c9 0.00 MB 1 0
13,662 13,662 00000000d28b9fc97e9207ba86bb4663b045da42e428bcb81aee8a93bd6d972d 0.00 MB 1 0
13,661 13,661 00000000c41f27d497d8e1efc5170cbd48d2f14b65238ae4910b869b5206dac9 0.00 MB 1 0
13,660 13,660 00000000cb53f002186d5c658b33f1c5f080dafa0b6fa4c7d7266d963ef86694 0.00 MB 1 0
13,659 13,659 000000006a56f7efdce47c89063df6a0ac51da02b861cadd5647c2dc64349e6c 0.00 MB 1 0
13,658 13,658 00000000324d8b3f4a2787f0c6490466087e3798b7a9966b085dc03efe155a87 0.00 MB 1 0
13,657 13,657 00000000124f61bd5bb2ccca946d503cd6c9353ddd04ecc490b301415272799e 0.00 MB 1 0
13,656 13,656 00000000514924eab0c6b439ab6b40cce306ffcd9f329bc49cb995dbc0ccd727 0.00 MB 1 0
13,655 13,655 000000005860b822d7ae7db9321036b847be79a918b5adb6114c32302dd9321e 0.00 MB 1 0
13,654 13,654 00000000a8df4695f0f0be8f542fa91d3311e0f0ac1f85177bd91f49bbfa64b2 0.00 MB 1 0
13,653 13,653 00000000e22ed985e4b173ba95308fdb01452e9445350a0a3ba7c0c094d7142e 0.00 MB 1 0
13,652 13,652 00000000e38d8ab4b60fb953999b6837a2920aaffccbc9f48d9ea331cb8d99bc 0.00 MB 1 0
13,651 13,651 00000000d9e761e9ca6d2a1dc734ed69a6fd7abea1824bb81aecd854ec41670c 0.00 MB 1 0
13,650 13,650 00000000851e0011fcb5bd5941f50f79a9414946b7f357160cb5b757ec204907 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.