Memory Pool Memory Pool Refreshing

2,925 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,418 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (3,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,647 904,647 00000000000000000000e829146f63f6121f3a5cbccb2c03c7277cb10629fed4 2.16 MB 2,733 1
904,646 904,646 0000000000000000000257f02c5c9831ebbd5044342211263a50c4e8807978f9 2.25 MB 743 1
904,645 904,645 00000000000000000000e0ae258dfc2790ee1a45793b37e859b7d64bae93c389 1.18 MB 1,135 2
904,644 904,644 0000000000000000000170c3ba95ba71d0446007251a8c6876802b82e894d226 1.71 MB 2,591 3
904,643 904,643 00000000000000000001dae02536b6f956a89cf9828d313e58efa2d0033c2d60 1.60 MB 3,130 3
904,642 904,642 00000000000000000001a0345c0378026633bfdc9653b4603def9418fb95fb16 1.57 MB 4,102 6
904,641 904,641 000000000000000000023da712c0f6a17abab9545f3bba334163d62b0f087e35 1.57 MB 3,687 5
904,640 904,640 00000000000000000001ecd5f0e0f51251fbf40f2f00a93fc7ae5abeddff7f67 2.95 MB 1,271 1
904,639 904,639 00000000000000000001b8d32120f8f13af72712617b7dc95ba4ecc690e9ab65 1.76 MB 3,951 1
904,638 904,638 00000000000000000000bcb6f5c2c0b8e33b86c9715e82e5c37fdc78a61a6b65 1.49 MB 1,606 3
904,637 904,637 00000000000000000001ad85d5743a0d69ff5c078d9eda9604273a9ada4daa67 1.69 MB 2,951 3
904,636 904,636 00000000000000000002497bd4bc7ee32f48cd08a5216bb1b851bcf445b1e780 1.56 MB 4,022 5
904,635 904,635 00000000000000000001e2f0aec7f93340ae708cde7b0e4cfd7ffb49e7f1b6d1 1.65 MB 3,701 3
904,634 904,634 000000000000000000024e978933f095148492964a25cac566eec6a756fe8924 1.55 MB 2,235 1
904,633 904,633 00000000000000000000203dba4b6f159687c9e03f3c6162d4533f808efc7d22 1.70 MB 2,970 4
904,632 904,632 000000000000000000023cb100bb8c88ad16fc3f693631c1dc8c2f571219460a 1.77 MB 2,661 4
904,631 904,631 000000000000000000009bd5302c5b45b0bb76a012d47e320af030cd83351c14 1.60 MB 2,841 3
904,630 904,630 00000000000000000001404b4eec76e5bb4b885e5ef4e02b7976e14df68ff049 1.30 MB 1,438 2
904,629 904,629 00000000000000000000dda232c3f7590c41466afbda2ccf94d7047b997428b2 1.67 MB 3,848 3
904,628 904,628 00000000000000000001fa445c0a51a068678329a2a52ef11be7e6e5e7f43785 1.60 MB 3,397 5
904,627 904,627 00000000000000000000f82f38505fad345f61e5f92e5c1c32a153b5220ae957 1.61 MB 3,505 5
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

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