Memory Pool Memory Pool Refreshing

133 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,775 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,774 (462,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,210 445,210 000000000000000002db1175bea75fe7f7b2e8a1b9cdff7644d43dd0cb328334 1.00 MB 2,299 100
445,209 445,209 000000000000000000e35028bc6e5d432d912ff457019a78fed63a24331d2ab0 1.00 MB 2,683 81
445,208 445,208 000000000000000000bfa8b4d8e051b0eeca5f1f84ec494a87a6262a64ec0866 1.00 MB 2,966 84
445,207 445,207 000000000000000001089bca0dc8524d946ef3d60f4b9f81faa4ee099fa04606 1.00 MB 2,640 104
445,206 445,206 000000000000000002cb6f0e05aef4f86e4a91584c90826aee203930b93c716e 0.33 MB 833 71
445,205 445,205 00000000000000000160ca5d9cf373ee89602eb27e053aaa6ceef94feebccdd1 0.54 MB 1,102 70
445,204 445,204 00000000000000000186a43c036705ba7297b45369f315e592fee4957f61fac0 1.00 MB 1,169 32
445,203 445,203 000000000000000001c5c8a5f81a9af4e4aad1e7128e9d8df99ab7048924682e 1.00 MB 1,627 46
445,202 445,202 00000000000000000150560a2f5756cd7b5b7ba72460923acbdc91a476d08e8e 1.00 MB 2,655 74
445,201 445,201 000000000000000002751c707ccd50520c23fcfcf88cb5a4828dcbb5b79147e7 1.00 MB 2,477 87
445,200 445,200 000000000000000002a65c6c0bed87e56882264e404c5c26c35d69d15b08a980 1.00 MB 2,221 87
445,199 445,199 000000000000000000eecc68492c5408527883cf29550a1972e371a78e32edf4 1.00 MB 1,693 65
445,198 445,198 000000000000000000c6d3a4ab698a217652670d923131c9cbd09bc23f162b73 1.00 MB 2,125 77
445,197 445,197 0000000000000000034658cf7a23162400a99fcf6f06be88759645776ba45b0c 0.99 MB 1,832 69
445,196 445,196 000000000000000003550b0c4bf2bf25166fd921c441f096a881424a5e24caa2 1.00 MB 1,814 97
445,195 445,195 0000000000000000036d5ba057c93654c35758f0e3fc8d456fe2e71f3c2de3ec 0.03 MB 90 79
445,194 445,194 000000000000000002c917a6cee9508c80891dc1edc973771dd85c8eb04d7939 0.16 MB 388 76
445,193 445,193 00000000000000000045c40c16cc2f1b07b35972c474a287637e429d8d30290a 1.00 MB 1,871 50
445,192 445,192 00000000000000000173c38d4ed5708150a730da22660f936b79f673e2d3a18c 1.00 MB 1,388 40
445,191 445,191 000000000000000001ddf6932671dad1404955ba2d4805a29b3117b5b926d859 1.00 MB 1,686 66
445,190 445,190 0000000000000000008a663ae20b1226ecfdd8c8fd471994d7cea20d3fa3c765 1.00 MB 2,831 75
Previous 10 blocks ↓
Total Size: 769.12 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,629.79 GB sent, 93.47 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.