Memory Pool Memory Pool Refreshing

8,379 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (620,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,211 287,211 0000000000000000eacadbca82896a9b0701f804ee5ec7f39bb71c7d0fd24681 0.25 MB 382 43
287,210 287,210 00000000000000012216044e3f2bc76e3a3f0e128a865ab631ac961e74a67466 0.89 MB 1,737 30
287,209 287,209 0000000000000000e3852ef2e111d1a9addb73f7a4998527f3f60cdbe416fef2 0.06 MB 175 130
287,208 287,208 00000000000000015e0250f3d3527c7528a51e8f1528376941bc6485d81c4e02 0.27 MB 471 36
287,207 287,207 00000000000000010d66978c05db2c2d12c82cc2dea555d259bcfe8754f2254f 0.06 MB 75 18
287,206 287,206 000000000000000033263de3fb6d920bf5fb747ae535f8fd4b21919746c058da 0.30 MB 522 32
287,205 287,205 000000000000000007831b1f48c508849a2f372fc0ee80bd4c09b1778e5323d7 0.20 MB 423 37
287,204 287,204 0000000000000000ad2f5016884d3593d8c2eaef2b8a4cb1fdf796147515bcc3 0.21 MB 419 34
287,203 287,203 0000000000000000f44543e90ed13f1fe2a596fce13228ec9045576ff28beda5 0.02 MB 49 35
287,202 287,202 000000000000000069d43b63159852f2c8cf29c20447cd92fee4d3df2a29d03c 0.18 MB 262 22
287,201 287,201 0000000000000000565e1a9248c92b2c2bff254e44b74a828e13af67b582a160 0.06 MB 178 86
287,200 287,200 000000000000000083087d4c7c5eaabe73f0512341ff368f96fdad48e6012ce4 0.05 MB 147 41
287,199 287,199 00000000000000002d8ad048d3c48fe68988622bb7f4df4060f6b90f847ca479 0.05 MB 102 44
287,198 287,198 0000000000000000d47a33fd96832d11a74e6195d10da7333f8d4d97f1516b0c 0.05 MB 102 33
287,197 287,197 00000000000000010a7c3048dae7726d637ac668d25e012aae50819e870cbf12 0.01 MB 27 46
287,196 287,196 000000000000000092f2a52797002e666572a03e2a1cf062d2b99b6e1bba9872 0.04 MB 75 28
287,195 287,195 0000000000000000a66ba167faa8a92545128a2e9127e86e152b83cbd1616086 0.10 MB 209 40
287,194 287,194 00000000000000003d975fab6f3aeffff5144c1203ec493ca4eaab7e1d921ea4 0.02 MB 67 42
287,193 287,193 000000000000000037dd5ab4fc377fb038724550f57306789adedb385d5f3691 0.06 MB 120 27
287,192 287,192 0000000000000000b9d87b6f85c97165facc5c19adfa584fb32e61ea28560b5d 0.05 MB 108 37
287,191 287,191 00000000000000009210dead32378ca4c187dcbea50ec958c9f2fe452d8b496e 0.31 MB 694 41
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.