Memory Pool Memory Pool Refreshing

64,265 transactions
29.06 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,442 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,531 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,441 (79,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,698 792,698 00000000000000000001a7e3792915b290a38b95bbb96c1646d04a28b9e7896c 1.82 MB 3,117 26
792,697 792,697 00000000000000000002aff2d7e5644df784f8897a097de133bac547d410dc21 1.59 MB 3,071 27
792,696 792,696 0000000000000000000561cc0f80359c6e7d23a890103f3f439d8152b8c88efd 2.00 MB 5,723 20
792,695 792,695 00000000000000000003ddcd5c93f9a9bb94faf45de1db9d0091e11b1bd2708c 1.92 MB 4,951 24
792,694 792,694 0000000000000000000040f7720ccb44d6a687b3e5f4259350d2d2baaade7263 2.04 MB 4,718 21
792,693 792,693 00000000000000000004b49537d28c0d6e482a559fa9facc998829dcbad7b0da 1.77 MB 3,985 18
792,692 792,692 000000000000000000010d51be2dc08f15c9daad8c27382f2c5a419a6ef70656 1.81 MB 3,084 30
792,691 792,691 00000000000000000003df740b4a58939e518ebfbf9b0a922b079e8abe826502 2.08 MB 2,245 21
792,690 792,690 000000000000000000036124805b061e600fc033370f4f4d136df67e5ea1b95b 1.55 MB 2,453 22
792,689 792,689 0000000000000000000516cf81379b9b280fafe5dc9d34097cab0d1a0e443c52 1.53 MB 3,451 36
792,688 792,688 0000000000000000000369311521372b8e2b2dbb0f88ee48d439b8a9e82104dc 1.55 MB 3,610 61
792,687 792,687 00000000000000000003f28ad868af7cc7e18fbc6a584d68bfc85be5ca2698d6 1.74 MB 2,843 24
792,686 792,686 000000000000000000042d4231e88cecf2d4b9176f0aba64ec3019d454ed7404 1.56 MB 3,593 41
792,685 792,685 00000000000000000003a2a99912dbc64da587e97aa14ce66f75f8e9f7972627 1.56 MB 2,400 25
792,684 792,684 00000000000000000003aed097cc3693db7cef92ee37467f6d35477e69fcdb9b 1.70 MB 3,491 20
792,683 792,683 00000000000000000004d9a5251e1ef615ce46f6fbb1e43cffcdf876c5ff9a34 1.65 MB 2,344 22
792,682 792,682 00000000000000000001084e7f2d1ab176c887361b9303fac6a80e7a4aac2009 1.61 MB 3,333 37
792,681 792,681 000000000000000000005ec7abc067beddf5901190ae71f1c7e943af286b1422 1.52 MB 3,484 42
792,680 792,680 000000000000000000001f3e814c1d42025b4aba5ed5ee3c978cf0ea7bdd94f6 1.55 MB 3,099 61
792,679 792,679 000000000000000000057070f857e1fa4b9fa7c4a24da9cf2025d69e01a9d8a7 1.51 MB 3,609 61
792,678 792,678 0000000000000000000510d78ab70bcd2a322495fc85ddbf872cf277e7987ed5 1.81 MB 3,812 29
Previous 10 blocks ↓
Total Size: 704.03 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,636.00 GB sent, 238.13 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.