Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (831,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,214 76,214 00000000003f3088bf0a3f6991ae0adbca356c3a48ce6fba8ffa6329e80dc7fa 0.00 MB 1 0
76,213 76,213 000000000035819a5453581683d36565926e1ede037177b00c8eb0be016cd480 0.00 MB 2 0
76,212 76,212 00000000004bf8524a8f204248a47a156999bffe7503b9355fc6f6356f12ae31 0.00 MB 1 0
76,211 76,211 000000000012f85b7736fe4f669d2329a09ecb1299ea9ed863e75b81f2c3ba22 0.00 MB 3 0
76,210 76,210 000000000003a455840eb118fd4f7bf3266f9294897bef20799d530517dcafb2 0.00 MB 1 0
76,209 76,209 000000000014bb8f96cf7ed666808a75c05aa23161a24e6e8d06d7d1015783f0 0.00 MB 1 0
76,208 76,208 0000000000363766b54cc65b444cc95b719ac96c087bb7aecb25ffde8f8d68f9 0.00 MB 3 0
76,207 76,207 00000000002d0fe9e9e509caa14984fa31b7c02c70b2d06e4b211365dca65c59 0.00 MB 1 0
76,206 76,206 00000000003c78c499d96fc28389943785d88b1b92d3aaa601e660e74a897b67 0.00 MB 1 0
76,205 76,205 00000000003330ba3136f289d55643869dbdef969f861d2a58a95b2854064155 0.00 MB 1 0
76,204 76,204 00000000002f3b98eee1efa658b2fa118c36fc531db7b5a6430a0cd6c435c248 0.00 MB 1 0
76,203 76,203 00000000002921fdddc44bd99ee491a23f5a9f31f598af6787a576fab96eb97e 0.00 MB 1 0
76,202 76,202 000000000032df1bc440709eb2e0aa7d3870b8321046b560bb68f1e1b2f30687 0.00 MB 2 0
76,201 76,201 000000000010be7c2ad8eed74d5f35848d0c5015431ab7d48d76a12136ca5876 0.00 MB 1 0
76,200 76,200 0000000000334acb94cf689e23b90a249e7a65b303712367a669cd05ac5350fa 0.00 MB 2 0
76,199 76,199 00000000006f7c416aed15a88fbe961ece40daa4c3629c7ea2dcfea621b3ecaa 0.00 MB 1 0
76,198 76,198 00000000001634c49449e3369f0868edf32c91b3b0db22eeba93ef6d27168c11 0.00 MB 1 0
76,197 76,197 00000000005c91cadc1dc49655b60f71992aa4ad66487433c13ad34040e036b9 0.00 MB 1 0
76,196 76,196 000000000000a1b89e6bf8ff468e5ce62b61a610be4c0b344c38b2c3132d23d9 0.00 MB 2 0
76,195 76,195 000000000047ae62a9bcb18728a1a3f67c9a43c9f50544e67e6a93d27ab30e1b 0.00 MB 1 0
76,194 76,194 00000000001af073fb9b5524018f87f95a87e85d10270ce0e504c3004939f498 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.