Memory Pool Memory Pool Refreshing

3,179 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,148 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,810 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,147 (903,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,222 4,222 00000000c684b3e35639eb7d02651ebb536c90fe1a6aaa69c82a47c4ae8b110d 0.00 MB 1 0
4,221 4,221 000000000ca5bc8b14c11bef1b71d70b771b209487cc65021602ddec8d187491 0.00 MB 1 0
4,220 4,220 000000001cea975f48af9093bf2b1bf9a6c30afaf2f3a4abe158b2017bfaace9 0.00 MB 1 0
4,219 4,219 00000000525f8aee1501cbe7da6679cb0468983200aeedb320ba14c287774df3 0.00 MB 1 0
4,218 4,218 00000000570349fb422fadf2d2e5388dc0737f2c6089bed8924daffb4e09edda 0.00 MB 1 0
4,217 4,217 000000003f9a9ecabf2a33c940302150a81d72e6a66b8d6ecefd1ef0640dd4f1 0.00 MB 1 0
4,216 4,216 00000000928c005ea142350d89551214fbcdabde0264775ddf8b9f4ec1af7065 0.00 MB 1 0
4,215 4,215 00000000699d1a6e1e675cf02df9380d6968bbe683d02b54f67afb8fc9eda69f 0.00 MB 1 0
4,214 4,214 000000005c552871e824c471bff51197bd91a6e7b1de71f1aa992855be14703e 0.00 MB 1 0
4,213 4,213 00000000e0d4840503e1b8230b0352d0709b65cb41afb86ca033214cac319daa 0.00 MB 1 0
4,212 4,212 00000000ebce38b15bff351dc41181858bad54956124e309046fcabe2eedf431 0.00 MB 1 0
4,211 4,211 00000000592c1c83214b3a5fdde8b4b3f740b5ce8da27cc2d137a2f500c407a7 0.00 MB 1 0
4,210 4,210 00000000fddb775e2627f19408117ed1ca1ef3208bb299a55cd6a4c33e910ab0 0.00 MB 1 0
4,209 4,209 0000000010f8bb365d832e511aa5ad6155f5187e65092064c8968a06cecf7f45 0.00 MB 1 0
4,208 4,208 00000000f619ef41b5ac2392a3538faa630f5db05bef91bca18998b7fc260037 0.00 MB 1 0
4,207 4,207 000000000c50df1dd86b14f5aa5efd186b2ab6e74a0c6c522f49c8140aa846b1 0.00 MB 1 0
4,206 4,206 000000003d6229197822b428c1cafff6071affeee32ab5d9580b8a19215ba73d 0.00 MB 1 0
4,205 4,205 000000006bd89db0dc2f8b4914e06a8e83b6dd5a78a81bad5bc0bff7767d0291 0.00 MB 1 0
4,204 4,204 00000000933b730139e5079783fa68949eb38acb35a0fc3f10487ba7a1637f92 0.00 MB 1 0
4,203 4,203 00000000bea685c8132a1ae3bb21ede1f59944b62d9591ea77388bbca4ef336b 0.00 MB 1 0
4,202 4,202 0000000056e935d6f192ce958ca2c40664fd93ff9878a116a40943893578accf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.64 GB sent, 97.01 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.