Memory Pool Memory Pool Refreshing

22,653 transactions
27.61 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,508 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,507 (30,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,619 832,619 00000000000000000000b46be069a0411bdbc9e968af9ac7118c9228a4a00a01 1.60 MB 2,454 32
832,618 832,618 0000000000000000000046c0a3bbc5ab3344e2c73bf18d3194ada6ee24f3f4ce 1.52 MB 2,729 40
832,617 832,617 0000000000000000000084c46a19fbb1980c58b8ef7d9a7e3ac3045c8d227df9 1.64 MB 2,653 31
832,616 832,616 00000000000000000003212480096fd01a02a2e2fc3608a2fe95b5610bf16a30 2.16 MB 1,841 16
832,615 832,615 000000000000000000012e59c84a329b235615c4ee14598994467b4a4ce04325 2.19 MB 2,286 28
832,614 832,614 000000000000000000015bf1a44ac28afd69cc6de8e1dedf9a9c13c6ea9549b7 1.76 MB 2,657 24
832,613 832,613 00000000000000000002c248b74a5bc6ebbe6254bebe0925b907915097eb6115 1.95 MB 2,633 19
832,612 832,612 00000000000000000001d31b132c85cfaf8c8802af60933c87ab919aa38fe4c5 1.70 MB 2,647 34
832,611 832,611 000000000000000000023c0af6d9dc469ad423c92fc010ff740e97ec3828a4bc 1.69 MB 2,655 34
832,610 832,610 000000000000000000026ce5828947096fc53a5839e0deba4551f213f19c52f6 1.58 MB 2,978 41
832,609 832,609 00000000000000000001060e78c6272c77a678fc84b2600960e8897a48f2e410 1.75 MB 2,472 27
832,608 832,608 00000000000000000001e529aa1b6b7433794e9b33723be85daeab7fdaabf1c0 1.78 MB 1,289 25
832,607 832,607 000000000000000000010e2bc83838d1b9479b88341e4d0033dff524d16d5ef5 1.83 MB 3,289 36
832,606 832,606 00000000000000000001579eeab780b7b8541a3e9b409ec927fabf9c4f47fc7c 1.88 MB 2,979 35
832,605 832,605 0000000000000000000155f530975962c45c900cbdd03575c89c05f3ab613c09 1.74 MB 3,120 44
832,604 832,604 00000000000000000002e772fdc6d0b49fcf452ae928d761b85335f7d39cb63b 1.61 MB 3,144 65
832,603 832,603 000000000000000000028b7f93c036423e4421c8183c973cf457a3b896e4138b 1.70 MB 2,842 50
832,602 832,602 00000000000000000003220957baa284ef7d295262faef1a67040870642ab090 1.75 MB 2,053 37
832,601 832,601 00000000000000000001b696fb020528ad4bc5be834cd0870f8b2e2badc5c4eb 1.88 MB 1,301 32
832,600 832,600 000000000000000000022aed8696a6d4fb5e41c285988eba5833784c34cd43af 1.71 MB 2,071 32
832,599 832,599 000000000000000000008332991c50697c6df619a71fe992426e5b6e18d709fb 1.70 MB 2,452 44
Previous 10 blocks ↓
Total Size: 687.08 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,506.45 GB sent, 119.14 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.