Memory Pool Memory Pool Refreshing

1,609 transactions
12.58 vMB
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (808,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,218 100,218 00000000000361223013463735b23920168dac1c6b76af0f853c25753d05d6f7 0.00 MB 5 0
100,217 100,217 0000000000033810a9f882302be74c39555c149bde323cf381e29c5f02dd27de 0.00 MB 1 0
100,216 100,216 000000000002aaf7b0cf8e00b4eb3f1a2222c60d1bcd8952d64bd5e45acd3653 0.00 MB 2 0
100,215 100,215 000000000001b23920cb76d6c42f69012c94d7c40cb77ab5e170bda63aee1826 0.00 MB 1 0
100,214 100,214 000000000000a9464172957f64c3b368daa26b834ad2c6e5765d45c4cc5b694e 0.00 MB 1 0
100,213 100,213 000000000003ec8883676cb8286aea646ee08489de954e816c9179fe377e2060 0.00 MB 1 0
100,212 100,212 000000000003f91796cd9e7ff3027fbc9ab4e9e372f5f9d438faf1267ba629e2 0.00 MB 1 0
100,211 100,211 0000000000041ee105d5107ad8f7ffea654f4f5dddb0fd0ad3bd58349344e994 0.00 MB 12 0
100,210 100,210 0000000000037d798fc7c554e8fabc81cb1321915e88505247a7ef4827e1acbf 0.00 MB 10 0
100,209 100,209 0000000000037de665f347d57a691f75dcb46e85800ff37f0d642fb2fb97a8f4 0.00 MB 12 0
100,208 100,208 000000000002bc5fb989cc0f00211ce45d5bd2a5afe600b454b6984a4c645d40 0.00 MB 1 0
100,207 100,207 000000000003c3c03ba988b76b40dad5f20cdbc024b9256167583da8955da555 0.00 MB 1 0
100,206 100,206 0000000000018a396afcd3c971071ecae4afe1131cfe792e0b483ecda98c5a81 0.00 MB 2 0
100,205 100,205 0000000000033d0de6f4ebe93b3b142424cdbecf4bd98b948e856c4a55f09f76 0.00 MB 6 0
100,204 100,204 00000000000245b6aaf3f6f302f303c8026feaaa9d8870ad05ecfbc89aa8260a 0.00 MB 2 0
100,203 100,203 000000000000eb874d534b184ca71bb71dddcc34dace5e1c997cb7c11dcc5fef 0.00 MB 2 0
100,202 100,202 0000000000024c04c4a71a91a4e4bd759910bd02f909b973c38cfecd9f5b0a63 0.00 MB 1 0
100,201 100,201 00000000000414619fcff3fd0e18657963a03d6bc46daf23c8b4d2234e06c452 0.00 MB 4 0
100,200 100,200 000000000001f903504b2bb7fb65f35090d3bda3a60ee72be9cf87ec9ee6ec20 0.00 MB 5 0
100,199 100,199 0000000000012b67f63ede7865924ac2551e2cf0e79cae1f2fafed04a1092c68 0.00 MB 5 0
100,198 100,198 000000000002ff53fa0140923aba5ce8793885df55a8376afcc90670f5d68804 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.11 GB sent, 98.45 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.