Memory Pool Memory Pool Refreshing

18,904 transactions
6.04 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,231 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (610,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,163 297,163 000000000000000008d528ef5e0781662c778574e81eb297e997086e8464ae73 0.17 MB 409 46
297,162 297,162 0000000000000000853d2708c01f30f105e837dc5bba141dd560a9f467e4554b 0.31 MB 524 38
297,161 297,161 00000000000000003e5aab0d2cd8acb82235b5dfd0c76c76e2867c8ae9da7808 0.35 MB 741 30
297,160 297,160 00000000000000000cd0993cf169a6e30a0bfbf57d204874de80bd9244bbf8c3 0.35 MB 1,072 52
297,159 297,159 00000000000000008ccf40bb752ca64da89909baff38eefd64211f7ca0452172 0.15 MB 233 19
297,158 297,158 000000000000000096743760b8005769641366bb4db94d18d8ee2118566500f9 0.28 MB 615 43
297,157 297,157 000000000000000011c2e266c3a0f421bc67d613e8f28c4ab46664685aed6cf3 0.23 MB 451 36
297,156 297,156 0000000000000000293c3a7799ddd9bdafc483acda06c9c60658826685da813c 0.13 MB 282 31
297,155 297,155 00000000000000007a2e635298464ec8fa721d536f1e4196d29a87e54e6157b6 0.04 MB 128 48
297,154 297,154 00000000000000000075b9d1e2418db8966327b90e445b17e89296c347138f24 0.04 MB 92 9
297,153 297,153 00000000000000000c6af9df84bf9c4d5331d426a20497c6631512453847c182 0.39 MB 346 18
297,152 297,152 00000000000000008c0606c1a9dbe67229e4214c0672db3be19f6e86f35f2fb7 0.70 MB 1,113 25
297,151 297,151 0000000000000000314775d6a2276c1907bacc8e22f76fe9af7efaecbe1a148f 0.46 MB 1,024 34
297,150 297,150 00000000000000001a3fb519b0500c266cd10e0ee53287d6297bc53f74239861 0.35 MB 1,121 66
297,149 297,149 000000000000000014d1b9a61a811dbfbbccd519784fc45025377ce24ecfe089 0.63 MB 395 15
297,148 297,148 000000000000000049b630ae81eafca5728ff50bb80978b8424755ca67bf1c4f 0.50 MB 1,340 88
297,147 297,147 000000000000000028c3a30c046279266dff2cb97c5dcaf4f8d07f262b084552 0.30 MB 530 35
297,146 297,146 00000000000000005857319a2450d1a5417164b780fd1217daaf142676b34332 0.03 MB 86 31
297,145 297,145 000000000000000021640555b58b691f687c933c8066028fdc297dc79dfc5aea 0.06 MB 113 30
297,144 297,144 00000000000000001402eaa2834a506d47d735990a1b5ab963ad2f47ad857a99 0.34 MB 679 38
297,143 297,143 00000000000000003133b1f3e4c93311caccaf97111e525597366a7a0a984a04 0.64 MB 1,294 46
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.