Memory Pool Memory Pool Refreshing

35,725 transactions
29.06 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,463 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,462 (114,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,133 748,133 0000000000000000000516951c1bb82345b13806c73895d767d5c5d106f35f1a 1.45 MB 2,283 17
748,132 748,132 0000000000000000000314e05f5d30ac56b3eb829834072733ce4499bbd16b86 1.50 MB 2,236 15
748,131 748,131 0000000000000000000944ec4a10d0a1c2b640e52a946d456e6c24c54b916c7e 1.42 MB 2,845 15
748,130 748,130 000000000000000000099b7fb795faaec0b09c5cc7388175e668db76283e89f8 1.59 MB 1,635 14
748,129 748,129 00000000000000000000526fa01fe05eb0b39fd1922da65db62bd634f48b3f34 1.36 MB 2,323 21
748,128 748,128 000000000000000000039223838b7b2d583a506b1c16e9ff669f52f4495bfd0c 1.05 MB 382 14
748,127 748,127 00000000000000000004dc7261b3cee5c0e07bb14b6e3836907f3a8e4b7971ac 1.40 MB 2,409 20
748,126 748,126 00000000000000000001cc51a951b15838e6732385b1c8a7279cf142f35d67c7 1.54 MB 1,909 49
748,125 748,125 00000000000000000005854a197be1416865fdab84235fb4ccec8049962c0d86 1.47 MB 1,089 10
748,124 748,124 00000000000000000000ac6b529a90718e67a0b7ceed48141eb0f3321876e843 1.51 MB 2,917 21
748,123 748,123 00000000000000000009134470715f9a95f740580f0febf844f9068a98868e73 1.31 MB 1,762 9
748,122 748,122 000000000000000000057e7efb35097a722f4de8adaa51c2b532299d57b414be 1.71 MB 1,924 18
748,121 748,121 0000000000000000000488f3bf296cf4307c72410f5ec86a20d75620715a89e7 1.55 MB 3,591 13
748,120 748,120 00000000000000000008ef42b3a764a4b1dd3f1cc21af81c2fb06834e2110587 1.63 MB 2,421 15
748,119 748,119 0000000000000000000494ab0ed076b00c8c3017c831592a3d1cc0fc61b58d32 1.60 MB 1,422 13
748,118 748,118 00000000000000000006f47e3702359aec2143280b516353691d6949139ccb75 1.46 MB 3,022 17
748,117 748,117 00000000000000000003e9e116e0d5593d3afdb9380bca16c3a22a92c0e71cb8 1.45 MB 3,538 27
748,116 748,116 0000000000000000000410a438e6149a4ec43dd83113ca1942fce6b81721ff12 1.18 MB 1,077 14
748,115 748,115 00000000000000000004dbc6b7ce2eaf7933e9ad444453a430e38a9018365f4c 1.58 MB 3,025 18
748,114 748,114 00000000000000000009b2049eeefaacd5a771a9372383d364514521f234c141 1.45 MB 3,354 25
748,113 748,113 00000000000000000000bfdc70d41ba5a4b87e7edf1c6b28ac2299c0cdd587dd 1.49 MB 2,783 19
Previous 10 blocks ↓
Total Size: 685.05 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,370.08 GB sent, 105.60 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.