Memory Pool Memory Pool Refreshing

3,952 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (795,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,204 112,204 00000000000028b6e9457bca8dcd4554ff71df4b75d3ac7d75662418c230b1a9 0.00 MB 2 0
112,203 112,203 000000000000dd6c5326f4d2bf2e3aed901ef6673411865aa367011c0606d2b4 0.00 MB 5 0
112,202 112,202 000000000000d6c038ce64f0c0c7d7dd2bd05924fbfef8be40c27d893ed99dc2 0.01 MB 12 746
112,201 112,201 0000000000012c570dbd5721ad6943b49115cec83a197782e2ed072aea6bb1df 0.00 MB 1 0
112,200 112,200 000000000000723f7b514cb48f8f2bb4f24ae054837693844693979d7abd7481 0.00 MB 5 847
112,199 112,199 00000000000036895180cd4fa67a2f7cc4fd9192de8966ae38c6d5a5dcdc6100 0.00 MB 5 1,003
112,198 112,198 000000000000e553a32c70723b2b161654e3850f067ccc4e110fac7931351bb7 0.00 MB 5 755
112,197 112,197 0000000000000b8fe87c8d32a8f433f73ce0c040f3eda11fefcb40cb3484c6f5 0.00 MB 7 801
112,196 112,196 000000000000d8c09df9950b471b856bbe33631517ef65dfbb86e2171ab183d4 0.00 MB 7 0
112,195 112,195 0000000000002c456209e134c04663fc0ed395be0733e7dc11f4d5b5505f24df 0.00 MB 7 1,037
112,194 112,194 0000000000011dc959c71dcd71c39a3eea11c1e77092f72249baad01a012f9ea 0.01 MB 17 373
112,193 112,193 00000000000018b5febb3a06a816edbc6fbf4ffea13d67ef539fcb4da013e388 0.00 MB 8 341
112,192 112,192 00000000000008c02cc089f57e218b7db1e732f2d16aa49d46e6559d2a83da1b 0.01 MB 18 1,470
112,191 112,191 0000000000005088d46df5f341250735c18cdd7d028c1a3406e2e2508eeb3948 0.00 MB 12 3,511
112,190 112,190 000000000000b64290344516b9e478c0afdd374c5dc03686ed67cff95883be2f 0.01 MB 21 193
112,189 112,189 000000000000a1542c10ed280ff6eb18b4fc3124dc74b9b983d12586c7286c53 0.00 MB 4 935
112,188 112,188 000000000000acfb9d2e0c123fdcc8d4637aca0ca3329c29be2bed371cf32f33 0.00 MB 1 0
112,187 112,187 0000000000009df2db7520344c8b99c5ee1edf153976503f5e0867f1797832af 0.00 MB 2 0
112,186 112,186 000000000000d07ded3396ebfed05ce7cb4915529b4852355eb25c7e2189ab3f 0.00 MB 3 1,937
112,185 112,185 0000000000001bdcc04f284f7d8e8d885523f58b32fa01778591549f1676a835 0.00 MB 6 661
112,184 112,184 000000000001095f31f40d04b3e2e9feb5211f441ddcd00b9a3ece3aa0287293 0.00 MB 5 2,148
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.