Memory Pool Memory Pool Refreshing

4,750 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,385 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (77,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,472 830,472 000000000000000000034f392da61ab9629aa0f7c6abc47aff325f6ff5acc0a7 1.79 MB 3,039 41
830,471 830,471 000000000000000000022b7ad737a424e1d98f9e4af52ed59a699603ff0a96b0 1.80 MB 1,723 34
830,470 830,470 00000000000000000001e30b31be45fe6d3e334eb627b713e32588bdbbfb8cef 1.73 MB 2,892 36
830,469 830,469 00000000000000000001e3808cae3bfab5e5e804d05d134c25686fe83f320858 1.63 MB 2,807 39
830,468 830,468 00000000000000000002da440128cbee4df1fdacaf77c7a970268fbd99d4db8b 1.62 MB 3,141 43
830,467 830,467 0000000000000000000231b13ef1d4c57970732c157e8a11d2813806ac1fb47e 1.63 MB 2,911 44
830,466 830,466 00000000000000000001edb3f57836e0777794f33d13b830e65a620c6d90017d 1.54 MB 2,637 52
830,465 830,465 00000000000000000003ace1ca0b692b702d40cc8561a70c1d20df794039de88 1.66 MB 3,550 43
830,464 830,464 00000000000000000002cf569b2d963006cdd0ef1e91d49c83ec25e236de9ee5 1.59 MB 3,248 58
830,463 830,463 000000000000000000028c92a28ae9e93da5c034d2a3eac1cfd061d915e31f38 1.64 MB 3,214 47
830,462 830,462 000000000000000000002be3025faedb5e30e8d9e8f35db039a0a6bada396e6c 2.04 MB 1,092 24
830,461 830,461 00000000000000000000ecc0f11cd0a9cb7d73bec980da0ab011bea76fbb6248 2.51 MB 1,608 29
830,460 830,460 00000000000000000002e7ad926db930b7c2fe9fec7750a73918d3cd46ca3b6f 2.07 MB 1,914 34
830,459 830,459 00000000000000000001ab08af446343f6701cee11843a93b8f4e4b632774ad6 2.25 MB 1,973 33
830,458 830,458 0000000000000000000042ae7b37cff09cbaa27c1c448eeb1f60e1bc2cc90060 1.94 MB 3,372 31
830,457 830,457 00000000000000000001e0696c25c2e6c4fc8ea7e0c344000f3df384c49f14e2 1.87 MB 2,448 33
830,456 830,456 00000000000000000001d5e023f33a94f5e7b40cd8057650bbb74f3d604b4244 1.82 MB 2,663 45
830,455 830,455 000000000000000000026d01fc7824a1f178d241b30fe3859a3e3d833afae704 2.00 MB 2,516 46
830,454 830,454 00000000000000000002b272322c120ab861aa9e742ffbfd3c4c3a3a3b9bf4ea 1.86 MB 2,674 38
830,453 830,453 00000000000000000001b62a3162341677b0d60519e29edf372108d6bf1bbda0 1.97 MB 2,556 42
830,452 830,452 0000000000000000000266fb04139f985ad53f6113ad8a2ff73ec3f77e0e6185 2.00 MB 2,170 31
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,632.86 GB sent, 93.74 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.