Memory Pool Memory Pool Refreshing

2,813 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,786 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (471,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,826 435,826 0000000000000000025f0314b4f2b927eab2f51e3f90d75b7e1a862f60ec69b7 1.00 MB 2,482 68
435,825 435,825 000000000000000000d2810b9ea280392f16c38780924ee874567c7868763050 1.00 MB 2,574 57
435,824 435,824 000000000000000000ce3c5bb4beae1ea1d30b4398118a194478cb6a87ff3df7 1.00 MB 2,333 89
435,823 435,823 00000000000000000196490615a3426db49922bf09c002e8b1bb5931a8575160 0.74 MB 821 58
435,822 435,822 0000000000000000042e28ad6623c793ce686adcd2adeab78310ebc371211641 1.00 MB 929 19
435,821 435,821 0000000000000000016aa0213983ce6cab1c3ef057d03f4fc20bd934f28775f6 1.00 MB 1,357 15
435,820 435,820 000000000000000001d0c2170580c47592a139ab4cdbbdb234c99aecd5df8aa8 1.00 MB 1,953 47
435,819 435,819 000000000000000001f3cd1f430f471c5f8e661ede74b5b3b8e7f19071ee587d 0.75 MB 1,786 65
435,818 435,818 000000000000000003ba6a7c54ca1c427039ab2dcaf11ba56be8ef61ee2ba6fc 1.00 MB 1,796 47
435,817 435,817 00000000000000000058137ee2b3b158006ef87a0d2866d73ab5d51758fc98be 1.00 MB 1,057 34
435,816 435,816 0000000000000000014fd78ce7fbd47817cb7df448eacd147872182a8a9baec1 0.75 MB 598 21
435,815 435,815 00000000000000000193bc79a6de66abd04a7e114006e74c05be514386f7292f 1.00 MB 821 26
435,814 435,814 00000000000000000153c2d1900068c55ea34ee89a258e59e3362d6df2454f54 1.00 MB 851 19
435,813 435,813 000000000000000003cc3680bf0032cb29d12458b412bb400af5831df62cce4d 1.00 MB 1,281 49
435,812 435,812 0000000000000000009d927c76f4d62f2becba2ad4b94fee1ac9b3765ca60fba 1.00 MB 2,082 64
435,811 435,811 000000000000000000e0ed17ac56ff3af7919aa5660ea64058672738b16c9d4e 1.00 MB 1,165 27
435,810 435,810 0000000000000000002b818ffb6626a889891ca1c887eb7388d8a5d528103789 1.00 MB 1,507 29
435,809 435,809 00000000000000000160be929203b19051fc43f51d027f4291478d3f63693631 1.00 MB 2,520 70
435,808 435,808 000000000000000001cd2beacd447df70b497a5a491fa8ac6fa15b10695ebe3b 1.00 MB 1,973 39
435,807 435,807 0000000000000000023240439d94d13cac4fbb8f38c4c1f7ed9dd2cb1e620651 1.00 MB 1,966 53
435,806 435,806 0000000000000000013839bd28688b44e73dd12f7dd9ce91ed0fdfa62c662d19 1.00 MB 2,212 45
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.