Memory Pool Memory Pool Refreshing

51,313 transactions
20.15 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,740 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,308 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,739 (64,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,092 806,092 00000000000000000001616d2135d4e6bd69aaf251d9e54e70c66bc2334d7ddb 1.49 MB 2,532 13
806,091 806,091 00000000000000000001ce6977a50c286a2a6a5220bfa396fc8aec62d61d3ba0 1.52 MB 2,874 15
806,090 806,090 000000000000000000045fe2080688aea5ef5dfd031625fec845eca24b0ce2b6 1.58 MB 5,226 11
806,089 806,089 00000000000000000000f92bc0af3f5f95c892bf671b34605c05d7a9f581f038 1.53 MB 3,307 13
806,088 806,088 00000000000000000000e1739f3dcf057a925f4c10541811d2344d2455cf1926 1.83 MB 4,372 13
806,087 806,087 00000000000000000002a41f9679979b633b044e61f201d6c69750a22b241c5f 1.65 MB 2,360 12
806,086 806,086 000000000000000000027f88dffa94aa31757200cc5f77dc5125dc7afde382b5 1.70 MB 3,998 12
806,085 806,085 000000000000000000005a4b4ed4a08ef8b0fa72cca51f4faff622a3551dbd1b 1.70 MB 3,188 14
806,084 806,084 00000000000000000000fe3c5934573e0274af13d05284bf45ffb0cf50afcc50 1.47 MB 3,141 13
806,083 806,083 000000000000000000014e7b1348d042eef6a14a1a687d0d4ba6701fef91afcb 1.78 MB 5,272 11
806,082 806,082 000000000000000000045632395a75f1c69ddf0f9d237ca7eb3808b4f1acb540 1.63 MB 3,485 13
806,081 806,081 000000000000000000020c493bb12cc37734447501eeff66ceb26909d42ccf08 2.00 MB 6,194 9
806,080 806,080 00000000000000000000bc83bd3348b691642ee007e9dd8ef58607f64f363886 1.59 MB 4,186 11
806,079 806,079 00000000000000000003a799abbb18c5b3ccbbbd8a7b2c7a205e9b183ffd1a4f 1.92 MB 4,980 10
806,078 806,078 00000000000000000002639a06c2e9d0100b98f66105b58aba4b77030624b984 1.86 MB 6,153 11
806,077 806,077 00000000000000000002dca764632e2bf0ecc10f937309340cbc43e7eb73a1ad 2.00 MB 6,106 9
806,076 806,076 000000000000000000002ce1d4fe69b1addd6b23aeb9b4c6cbdd225fb1431662 1.64 MB 5,308 11
806,075 806,075 0000000000000000000025eb2d7d4f514a14d5c4fb5b86a71924a5e4cdef4cb5 1.54 MB 2,837 12
806,074 806,074 00000000000000000002eefbddf6cd3d53786ecc53f193f584f85bd2371799b6 1.57 MB 2,530 14
806,073 806,073 0000000000000000000304a67ae412134cdd47e34324f65b679d1d8dbf4a7783 1.68 MB 4,311 12
806,072 806,072 00000000000000000001e96830561bc589804f14ab46336aa5610b45f28342c0 1.32 MB 1,266 9
Previous 10 blocks ↓
Total Size: 700.86 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: 2,385.36 GB sent, 216.12 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.