Memory Pool Memory Pool Refreshing

5,889 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
881,945 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,944 (196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,748 881,748 000000000000000000011898fefbd573f48b90d24e0930f7aa72625ed4a96f23 1.45 MB 2,003 2
881,747 881,747 00000000000000000000e538e41762fc07051a3ab1751c1c47c5aaf41587db70 1.49 MB 2,619 2
881,746 881,746 00000000000000000001e6c14a5b023f1ee518b24e3d814865eaa290e1e1b74a 1.86 MB 1,576 2
881,745 881,745 0000000000000000000203155bd10923128fa105ca384eb2240deafd06fba43b 2.08 MB 1,718 1
881,744 881,744 000000000000000000019734aa1d3a4cc0e6664f1ace59d494428485822984e3 1.69 MB 3,791 3
881,743 881,743 00000000000000000001cff3d40daaedb39d257d74f6049ed4f0b5ef8632491f 1.60 MB 3,713 2
881,742 881,742 0000000000000000000023e232b8343da1342a93c1c9fab0b33361a38a35dbd2 2.10 MB 960 1
881,741 881,741 00000000000000000000cdc971a32c6aa209e08c419e5316cf1f9fd7d5b9577a 1.85 MB 3,801 2
881,740 881,740 00000000000000000001fb34c44cb56dc8034136d645b8e3c2ebc6c9bbe56ce7 1.80 MB 4,174 2
881,739 881,739 0000000000000000000082d428badf633722c938929005579af987b42eea0cba 1.82 MB 2,488 5
881,738 881,738 000000000000000000027a777e1d98e0ec1b7878fc36ca043422d2d94ce1f58f 2.17 MB 184 1
881,737 881,737 00000000000000000001d4d76d45dccf4ef337aa814e49ae0c82ff31db1e24d8 2.13 MB 541 1
881,736 881,736 00000000000000000000815f67f3888e146d141c1e0d7c50679de471e46c44f9 2.13 MB 417 1
881,735 881,735 000000000000000000024aab64bdaf160d9515e00c90ae135ed59ff578d25b2b 1.87 MB 3,049 2
881,734 881,734 0000000000000000000201f744b5b1df2a057f2a39b3707b9cf87ce9110dac1b 1.92 MB 3,604 2
881,733 881,733 00000000000000000000d72cc8007f7319ab5e05fbe61f0a03aee5c71284205a 2.09 MB 1,679 1
881,732 881,732 00000000000000000001805dbb86e67bdb4331e98290db4f5773f8694033b504 2.04 MB 3,844 1
881,731 881,731 000000000000000000022200d1e93e1c81282b943ed9c3f495faadb5614671eb 1.54 MB 2,836 4
881,730 881,730 00000000000000000000027ebf6f425f857e17a4d5d2611b4b394d2ca4dbb89c 2.06 MB 1,511 1
881,729 881,729 00000000000000000000542da7415b1d4a17ec10608920c95a2b246e9a9ffa19 1.95 MB 4,302 2
881,728 881,728 000000000000000000022dbe4b9a71ff1c9f99ad8a64cbf4a0d92a211459e5a3 1.62 MB 3,428 4
Previous 10 blocks ↓
Total Size: 722.32 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: 2,044.01 GB sent, 74.48 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.