Memory Pool Memory Pool Refreshing

15,333 transactions (3.51 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (819,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,640 89,640 000000000005defde11740295540a8af67c523112a1fd0fddfdcf5cff7bdaf0c 0.00 MB 2 0
89,639 89,639 000000000005e03abf230e93418e022060c0b679be4c57efda7bb2df3c23644e 0.00 MB 8 0
89,638 89,638 00000000000c2473c6d09f72029d5f6ab25422973402c95849edaa73d24a252e 0.00 MB 6 0
89,637 89,637 000000000010a09666ea6b8b377faa3e277e53259feb3c8056d4aa7451be7033 0.00 MB 3 0
89,636 89,636 0000000000009b693dde50c1ff5309a0e01e7822e7d705f016fe4c5dabf92372 0.00 MB 2 0
89,635 89,635 0000000000005bc465b1b586fa8881752b2228bcc0ff9c15bc6982177f2197d5 0.00 MB 1 0
89,634 89,634 00000000000f84f8f94485e200a7cacb55005d12d921e51ad0d7b10e4433bc27 0.00 MB 1 0
89,633 89,633 000000000000cb56341ba8ccba042e4548cc12c4c13c6ddc9f71b495356cfeee 0.00 MB 1 0
89,632 89,632 000000000009b72bdfd5610b2be263e95c3ca5a4c0ba3fe2b4ea5330369f9fc6 0.00 MB 1 0
89,631 89,631 00000000000daea4fed44dc2b3cb3ff30b50fa4063f19a919bd706ac1e803f6d 0.00 MB 4 0
89,630 89,630 00000000000e172ed0f2e3721b77d53e4cf64f4042e6c66131bf718da5f31f54 0.00 MB 1 0
89,629 89,629 00000000000da308b5d7b740a8f220da87016b545c8c762cba3ed20063d5b15e 0.00 MB 1 0
89,628 89,628 000000000012b80efa89ec396b5f0476e96f52181682b8bef462400acb5abdfb 0.00 MB 2 0
89,627 89,627 00000000000d0562e4f0b1ed4ebc656310a6f09338e7ad9daf8643b3bcbcf16b 0.00 MB 2 0
89,626 89,626 0000000000039498ea3267c711923ab74bc738dd64906e15c5f157961021a580 0.00 MB 1 0
89,625 89,625 000000000002c9356787b94316f1b386404a576410e9f0ddc5400c6fe9f03d43 0.00 MB 1 0
89,624 89,624 0000000000034a73d38d591b6e66c9bd32433b4902034de476a7b8cfa5821308 0.00 MB 2 0
89,623 89,623 00000000000b93479b44db68cb31fc4e4a2a3be4b40887e6bc4c0b39a733556f 0.00 MB 2 0
89,622 89,622 000000000011015b70e867890a6ab26429c5d8ae847914d31100877d5a3685ef 0.00 MB 1 0
89,621 89,621 0000000000093f9b95b8e6d05b9d8c5d32f031e0aa1d481c4802c4b817a97c9b 0.00 MB 1 0
89,620 89,620 0000000000132c8973eea8c53a39050e67e06b1c3db56886eeb96f98c54c153e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,985.39 GB sent, 107.08 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.