Memory Pool Memory Pool Refreshing

32,895 transactions
21.51 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,441 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,440 (56,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,580 806,580 0000000000000000000515837f241635a08076ea4d4501b0b5536eeb37ddf5f5 1.55 MB 3,375 28
806,579 806,579 00000000000000000001a239d1b986f80a0ae6983b5e0cfc4f20dd85d083b561 1.61 MB 3,034 23
806,578 806,578 000000000000000000021b457030525f0c863b9e844759c1ef8110c70fa3d45b 1.69 MB 2,772 21
806,577 806,577 00000000000000000000357e3f85250eab06c63a1d6b79e8996e98c3de010d3b 1.56 MB 3,672 29
806,576 806,576 000000000000000000003131d008dbb2d3fe6c5085b09e35b198f537a0040f92 1.42 MB 2,557 22
806,575 806,575 00000000000000000001582ddfc2d350ac2bf148c0f8094bf70fe329d1e6efad 1.48 MB 2,746 25
806,574 806,574 00000000000000000001b8dcdc138a4f0555a0e10a4415c396c690d9f36f4179 1.87 MB 4,360 18
806,573 806,573 00000000000000000003319aec487cd0f9848d2581346e2f30638102af7db688 1.95 MB 5,332 16
806,572 806,572 0000000000000000000289bde54f576585e3709d7b8ab87c46f2b4011b449889 1.55 MB 3,431 19
806,571 806,571 00000000000000000002575ee26e1efa86c8de99eb41228445b807459e7f7f41 1.64 MB 3,989 17
806,570 806,570 000000000000000000003410b43fc354d1667db91c39ed9e3ff4c268bf4296c9 1.86 MB 4,752 18
806,569 806,569 0000000000000000000439c3e4f56d75fbb4ecf1b05a1937acfefbd6cc70ee04 1.92 MB 5,657 17
806,568 806,568 000000000000000000037f4078352953814b7324536460710f612fa533cb1694 1.84 MB 5,221 18
806,567 806,567 000000000000000000015f1c9ead0ad6041a7f13e1d03e3de2cdad97af4c429f 1.75 MB 4,290 21
806,566 806,566 00000000000000000001111766cb906613a9a5a11691d4a3ed6549fa00f9c190 1.50 MB 2,455 24
806,565 806,565 00000000000000000004da35e9e60831fed4eb804537d53da96985b142abfa03 2.01 MB 6,299 17
806,564 806,564 00000000000000000004bcf4a553729a2e681d4e4049f2536778bdad6306aba0 1.47 MB 2,575 23
806,563 806,563 00000000000000000004c1a0019d71b98c7e8fbfdd83e03f242ee80f9bd29b9d 1.45 MB 2,113 18
806,562 806,562 000000000000000000032d4a767c22c3ba0e551c3e8f85e73230eefd2469f344 1.87 MB 5,310 18
806,561 806,561 000000000000000000001efd6a705d33d7f690fb06f1d9a6480d61b7dceb2b93 1.72 MB 4,602 20
806,560 806,560 000000000000000000023cd3ee2db8e6570d65e6cdaeb132a1c718a668aebc60 1.81 MB 4,877 20
Previous 10 blocks ↓
Total Size: 686.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,498.96 GB sent, 118.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.