Memory Pool Memory Pool Refreshing

5,108 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (55,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,555 852,555 00000000000000000002bc4c3cb3dcde16b073e6135047e0b2a7e830b1035006 1.78 MB 6,268 5
852,554 852,554 00000000000000000001e3775acb2aabf2680120061678842c49c48baacec3ab 1.81 MB 4,636 6
852,553 852,553 000000000000000000034a9dab3bbc046a496bfc3f5f0e15a1fdb8d8d6a60503 1.77 MB 4,425 6
852,552 852,552 0000000000000000000102711fa7ad2d0e6ad60a4d0c19bf92a8e43299f2685a 1.73 MB 3,775 6
852,551 852,551 00000000000000000001c020a00e064602a269adbb905aedf7c423c0985023c8 1.62 MB 4,417 7
852,550 852,550 00000000000000000001a17e8ce7f50babb9ffa7383d737dc01ae5132649da14 1.71 MB 5,155 13
852,549 852,549 0000000000000000000212f2e8d7c93ce588a2414e6d99fab75da8005cb28f8e 1.38 MB 4,184 9
852,548 852,548 000000000000000000010b66e7a6881a04a083db41cbf71de660a84242e5cc55 1.50 MB 6,071 8
852,547 852,547 0000000000000000000282ab30408ab93bc6916812a76b3f6cb8f7cde2a8fa13 1.62 MB 5,559 10
852,546 852,546 000000000000000000027d048a920f3c4fdc32adeb7cb05abd34f479ecdaa387 1.61 MB 5,466 10
852,545 852,545 000000000000000000034995b3d35ac5d65982f5b6e688b09bc7f74f8cf01d6a 1.46 MB 2,656 9
852,544 852,544 00000000000000000001359ca0e0d40b71b400d56112cab4db636d6d2c111c6e 1.67 MB 3,593 5
852,543 852,543 000000000000000000001e3c7ef1955243634f08e2ac909dbf07ebd1b4656c8b 1.05 MB 525 4
852,542 852,542 00000000000000000001b3348b82db92bccd2f81eaf9774aa00ae1ab141d57fb 1.72 MB 4,094 6
852,541 852,541 00000000000000000000f8f250c5923305fee506e5ada1f5827a8c9bf1894dcb 1.76 MB 5,856 5
852,540 852,540 000000000000000000037e612bd00f60a17ae83a6870098f53a351b6c5278c60 1.84 MB 5,687 5
852,539 852,539 000000000000000000007714eedd87f371020f1b394648bbb940a24856fb554e 1.76 MB 4,045 7
852,538 852,538 000000000000000000028f5b926d6b6ec0595cacfb57f7684772173faa814ba6 1.65 MB 4,795 4
852,537 852,537 0000000000000000000141a46b375d3b246bc9053191056e8f9fe0c15d8959ed 1.78 MB 3,309 7
852,536 852,536 00000000000000000002ab4824ccfc10de49224ae2b8d872d1a84c9b33d58d81 1.87 MB 3,905 7
852,535 852,535 00000000000000000003574d3cddc636a7d37220cc5bd8b6fdadfd880a5847b0 1.80 MB 4,341 7
Previous 10 blocks ↓
Total Size: 769.25 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.16 GB sent, 94.18 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.