Memory Pool Memory Pool Refreshing

590 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,103 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,102 (100,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,215 807,215 00000000000000000004e785f6c9682f53d8c17b1eee6fe1c8683d289348fe30 1.18 MB 1,415 24
807,214 807,214 00000000000000000004b6f6995d83e530260f4ce7ac0e72ccdd563cd28f5e26 1.06 MB 447 22
807,213 807,213 0000000000000000000360971cb66c19bc2124b37176156020df4adeb37af38b 1.19 MB 1,419 23
807,212 807,212 000000000000000000043dc61cd1650e0df6d01c56470c133beabdb3d1912b6f 1.39 MB 1,979 25
807,211 807,211 0000000000000000000055d5f868e6ac986c0a3af8969ece6fa6d93432b976ea 1.28 MB 1,979 24
807,210 807,210 0000000000000000000030dfc242b55eeeaa3da6cb9094baa427249e3b6263b7 1.22 MB 1,025 22
807,209 807,209 00000000000000000001b4659fefbfe5748cb202645e6de3007e3178c023e5b7 1.24 MB 1,056 22
807,208 807,208 00000000000000000003cada5960569fac7b1200a63c4faef531a2c4642ac95d 1.51 MB 3,286 30
807,207 807,207 00000000000000000003cb4305dd9a1585a498b09159250187c090c94cea1e03 1.23 MB 1,214 23
807,206 807,206 0000000000000000000521f33f6af8106dbc93cf0560cebc3c9ec708c2ce05f5 1.22 MB 1,280 24
807,205 807,205 000000000000000000046e9713411a8f7bba9052be13a766f76feecef89335e8 1.50 MB 3,459 28
807,204 807,204 00000000000000000004810458f88892836fb862589b19fbc26de3d9834983d9 1.52 MB 2,237 22
807,203 807,203 00000000000000000001ba68eab3d76a0ed8e2688c2391522686cad9292d076a 1.45 MB 3,490 30
807,202 807,202 000000000000000000015d912cc9634f406c2206735d7717a733ae3c1ea36653 1.38 MB 2,352 27
807,201 807,201 00000000000000000003fee050ec9f19120c0b5a2c61289812f5ddf7c4e47391 1.39 MB 2,491 28
807,200 807,200 000000000000000000042f97d381a918f231eace1072a5cccaa791585b54e5d6 1.10 MB 536 22
807,199 807,199 00000000000000000003a4ba03684387ecec2e6821890a4f0a14b7c40605661a 1.48 MB 2,826 27
807,198 807,198 00000000000000000004a7220792512d60275ce418a0db46ab6675b22ef425dc 1.16 MB 955 23
807,197 807,197 0000000000000000000530f86e26fdfb67837912d43d2c63abeca7fa85c9c2dd 1.05 MB 317 21
807,196 807,196 00000000000000000000a681cbea61dd9bd10d1f1739548895544b6bdadfe570 1.46 MB 2,490 27
807,195 807,195 00000000000000000001540e7e6ae6f6a1b365ca5f4caedb9958430f0b75e3bd 1.62 MB 2,588 28
Previous 10 blocks ↓
Total Size: 769.74 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,679.11 GB sent, 96.57 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.