Memory Pool Memory Pool Refreshing

878 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,926 000000000000000000029a8a0000000000000000000000000000000000000000 0.29 vMB 848 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,925 (172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,753 881,753 00000000000000000001d48c2b2bec5162cf8ddc0e5c6d2f219eed1966b0330c 1.62 MB 3,442 8
881,752 881,752 00000000000000000000063303855ba03d5bd7da14ca0a45367cccbff76e82e5 1.99 MB 802 1
881,751 881,751 0000000000000000000087d01c52411c55f247d8acc663bb403998190821b686 1.72 MB 2,876 3
881,750 881,750 00000000000000000001c9b2f89207ed7cf8ea36dc3e88f90aff12aea03fa73e 1.62 MB 2,835 6
881,749 881,749 000000000000000000003f68e6f4cda198f34a3d2752d18a3589ee6aeb022d43 2.17 MB 124 1
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
Previous 10 blocks ↓
Total Size: 722.29 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,038.62 GB sent, 74.27 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.