Memory Pool Memory Pool Refreshing

60,874 transactions
28.57 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,435 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 1,793 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,434 (79,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,062 793,062 000000000000000000003680794100a31dd0ca7070cbc207569e5eb7cfaa4924 1.12 MB 612 21
793,061 793,061 000000000000000000004620aca844b20321496f3afe603539bdc3851271a6a1 1.65 MB 2,337 33
793,060 793,060 0000000000000000000237fe9441680adc1677c4b3268d0c04a758ee2a6986d0 1.59 MB 1,950 21
793,059 793,059 000000000000000000008b8477721ea34cd10b7279c30b8525be5a90eb7860b1 1.94 MB 3,091 22
793,058 793,058 00000000000000000003669651ef6df14801efbd8313af016c5e816311156457 1.79 MB 1,967 21
793,057 793,057 000000000000000000049ff992f372f07ecdbe39854fad3f7ea2267889ea9455 1.95 MB 2,374 31
793,056 793,056 00000000000000000001da4346c628ea51479a7346ad0c8e17a42acd1227f861 1.64 MB 2,836 37
793,055 793,055 000000000000000000008df90e05beb19100b97ea47487dad11f66fbf22a1610 1.79 MB 3,007 30
793,054 793,054 000000000000000000002d8e585b74d73bbd4960f7bbd430891052d3d5f652c7 1.48 MB 2,588 60
793,053 793,053 0000000000000000000458b7293e38287f4a7c17d933f1db28c3420b204f6c5a 2.00 MB 4,278 30
793,052 793,052 00000000000000000004165e091e0188ce289de14db6a29269cc8aa865fe9617 2.05 MB 5,300 32
793,051 793,051 0000000000000000000305070294510bdc4d941348f53ef22f131a4e0a063ae3 1.57 MB 3,567 50
793,050 793,050 00000000000000000000e265a12f623c234d8c82f3ef427a5c8f08e042b00783 1.55 MB 2,785 32
793,049 793,049 000000000000000000039cf420a4e75aae4765963a204948144bdd9dcf180b7b 1.68 MB 3,352 32
793,048 793,048 000000000000000000057803b692ddb6401c0d801ebdcc1ffc343a3466c21b31 1.80 MB 3,879 35
793,047 793,047 000000000000000000029bd474a2133a542abfa90e8d97999236264bd01fd5aa 1.87 MB 2,746 33
793,046 793,046 0000000000000000000435780b0884c36a447a4bbf8a6e97c270f04f873ed1a5 1.91 MB 4,901 35
793,045 793,045 0000000000000000000151371a99b10bc23bb5e9c201f610aafab43ea49f8ae4 1.75 MB 2,764 30
793,044 793,044 00000000000000000004d3c25222a574504a0a8f68efae425e25b2f541399783 1.49 MB 2,568 53
793,043 793,043 00000000000000000001dbc1bd768665499c10634a9027f8fc1a1f8fe8dee584 1.72 MB 3,035 39
793,042 793,042 00000000000000000004f69dd7801d103b932c7fc73a53c31c302cd306650c84 2.03 MB 4,865 39
Previous 10 blocks ↓
Total Size: 704.01 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,635.41 GB sent, 238.07 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.