Memory Pool Memory Pool Refreshing

4,339 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,588 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (873,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,833 34,833 000000004e6550761cf0cfc02d8c50ef3367752bd7a882fd714cd6c018bbc473 0.00 MB 1 0
34,832 34,832 000000006cb417c24b0ad9f90bec9c5e8bc8326773bd9a67fe26b2a1f3e486b9 0.00 MB 1 0
34,831 34,831 000000000f9b90c19ba38a48f14e56acb9795c69c906b8b03df402c701df9c05 0.00 MB 1 0
34,830 34,830 00000000a70dc7b33665db85db4049a84668e012e567bfbf026881c7876fafbe 0.00 MB 1 0
34,829 34,829 000000008a37b5273c25016f1f1c963cf390123978c0caa2ccf173e03252acc3 0.00 MB 1 0
34,828 34,828 0000000040d8b36047a0d95ddf5ceff54096fdffcf6ea94ac682089e1593185a 0.00 MB 1 0
34,827 34,827 000000005a2ae35c2d6cc8d5e30c32140c38cadb09ec842a99505589a7bb5ea6 0.00 MB 1 0
34,826 34,826 000000003fc3c361a5747feb4471d3856f7e281080bfd9eccbaf8de0e43a27b1 0.00 MB 1 0
34,825 34,825 000000001cc806739bbdf92d4fd710134049da3168e2aebec1968af8dd974a83 0.00 MB 1 0
34,824 34,824 00000000a01f571d9fe22fb2178ccfee481cacf6e34ddf7c8cb5007471df3e38 0.00 MB 1 0
34,823 34,823 000000003fefb32af01fcca9fe3d3ae772400d29c1e2bad14322f054b259711f 0.00 MB 1 0
34,822 34,822 000000003b8441e42c0c196b229202c4c567f85e4f42c64edb49522c2fe531ab 0.00 MB 1 0
34,821 34,821 000000006321612bb740b5db78891e5e3ec2a5a19217d7af97341d28aeee6611 0.00 MB 1 0
34,820 34,820 000000000a5130467c10a2453a6991dc55ea57bad354c81b8e9eb7e9f989e9e0 0.00 MB 1 0
34,819 34,819 000000008c976b79ad04e320ec42685f6acd1b03ee1d5aa33e823fc75e96ae2d 0.00 MB 1 0
34,818 34,818 000000005dd2be04463cb6038a3d56e05b7468c7851b9f824ea02662d8fc1301 0.00 MB 1 0
34,817 34,817 000000009ad1de19b1a4b1b28770c7a54cd55fa4f6f3de298bf6f838b34e6efb 0.00 MB 1 0
34,816 34,816 000000006b7d7f606557d04400d820226c4adfb55a08471ebae36cc9f6cb97f3 0.00 MB 1 0
34,815 34,815 000000002734901d4cf66fe8f8d55f84d0942c0c321a5750d980499cfa6eda0a 0.00 MB 1 0
34,814 34,814 0000000055fb50ccbc0a0dc4ebfc14b7fc1faf63a5d0718a9ca56094c867e082 0.00 MB 1 0
34,813 34,813 00000000ad3d7b76b4e845f54e9953a3902cf02461f3427141a5c4c98cd2b53a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.