Memory Pool Memory Pool Refreshing

4,965 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,898 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (357,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
550,023 550,023 00000000000000000002122b1a74502c50a63388a4d78ed1e5877bc32ee64e1b 1.25 MB 2,821 20
550,022 550,022 00000000000000000008cb1090a9f002dd4536bdbfef8e2cbd19fc3720894593 1.11 MB 2,376 4
550,021 550,021 00000000000000000000d9cf0fdf84f393869bf11e055c149f82f3f0c36f880b 0.53 MB 923 14
550,020 550,020 000000000000000000224efda4a2914a75701a3d1c592d8efc92d95ca3148e0c 1.14 MB 1,836 16
550,019 550,019 00000000000000000021dd24b91f57b91f4bf1d3c3e0c71c8fdee4e7e3b58ab6 0.56 MB 1,171 9
550,018 550,018 00000000000000000012acc490278af33041b8915bc9dd2cd9bd09b63351953a 0.10 MB 270 5
550,017 550,017 0000000000000000000b8b09866f6692b2a6324642930859c3fe2ac7396fc3bf 1.14 MB 2,222 9
550,016 550,016 00000000000000000005b0f20fa5a67ba277385a42c544ba7193635bbf7a1113 0.56 MB 477 3
550,015 550,015 000000000000000000000373163562548e645f7c9440a0f41d22f292c2946c8d 1.16 MB 2,759 10
550,014 550,014 0000000000000000000139bf09d64cd31c26ca8ab39494f66360a4a71e3e3b66 0.29 MB 539 15
550,013 550,013 000000000000000000112274adf2631ed5070170e5051a298dacf1511189fd42 1.12 MB 2,512 8
550,012 550,012 0000000000000000000f745765cd7b416ef43da70cb7cdb7c2988304560c77b3 0.50 MB 1,000 20
550,011 550,011 000000000000000000240d2818a14cfb97c20708a94d92d0a15074e5d49d6bb0 1.15 MB 2,724 9
550,010 550,010 00000000000000000015fb216c5753be637bb28c72dbe4ba92a09b98b061a76c 0.27 MB 583 27
550,009 550,009 0000000000000000000934b101ac773ac0a47ec853287ec469476dbd23cbef1d 0.10 MB 265 6
550,008 550,008 0000000000000000000dd7654d69aeff31f6f5727d0bef9e0ad417356bcccd0f 1.11 MB 2,209 9
550,007 550,007 0000000000000000000ba206781e0ade6708c2bca99c589a0a030d41d156fe82 0.04 MB 119 11
550,006 550,006 0000000000000000000d360a7d7278287e87b961516df380d24b232b54d4fbdb 0.49 MB 1,070 10
550,005 550,005 00000000000000000001d88250739b250905fcf8e53e5b8747495d5876387722 0.31 MB 694 9
550,004 550,004 0000000000000000000098be9abaa9100445366a20f3022149c88383e39a943b 0.83 MB 1,198 5
550,003 550,003 0000000000000000001a9a77d9673a22114c9ffb676675ed7cf313244f93abd2 1.15 MB 2,507 13
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.