Memory Pool Memory Pool Refreshing

12,376 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (53,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,618 854,618 000000000000000000003f4a51f760595f701db35a422ea2a42d3d8b5319f7ce 1.62 MB 6,060 5
854,617 854,617 000000000000000000010028b07c914d76ba265ad6f469e0d4d2bb9ed50de0f0 1.69 MB 5,568 3
854,616 854,616 00000000000000000000b2256651be7fa4e54fd8780001f196a1f3658a359c62 1.59 MB 3,186 9
854,615 854,615 00000000000000000002813bb3e45b1c071b6972e59130667162b4900f67f3e5 1.60 MB 4,935 5
854,614 854,614 000000000000000000011ea1f489144c236e7449cc056716d3b9c6c26e0057dd 1.47 MB 3,034 7
854,613 854,613 00000000000000000002212e0223e1496c23d2d3970c6b548455adf85a0dcdf5 1.61 MB 6,140 4
854,612 854,612 0000000000000000000126d754f29b1f8c27cdb7779f7736183d7fa20bab9b45 1.60 MB 3,390 6
854,611 854,611 000000000000000000033df5207025c5db30150a09fb8981bb027883c6a354c1 1.61 MB 7,205 3
854,610 854,610 00000000000000000002fa343261c0d0f74e12a48a50c2dc823f0e849dce08f4 1.62 MB 7,208 4
854,609 854,609 00000000000000000000cd59b7b4290e90bcaf2938d384d993af6555f844bba2 1.62 MB 7,226 4
854,608 854,608 00000000000000000000016ae2503c2dec7da5789b6fb0e587d801d69d7d485c 1.60 MB 6,963 4
854,607 854,607 000000000000000000016187bd66667dc45be0b9a2424c91159c10e6c51365ae 1.62 MB 4,512 7
854,606 854,606 000000000000000000000b1b42bf892ffcbafc18df1705ebeb0a4166f64a97be 1.72 MB 4,127 5
854,605 854,605 00000000000000000000ca13030c0fe31bcb681ff2c2780653e42076cd074c36 1.65 MB 3,525 6
854,604 854,604 00000000000000000000ec74c700c296f4299a645f7b90f6ed9ef1fdbb214c5d 1.64 MB 7,855 3
854,603 854,603 000000000000000000002a03f42f17a1fd1040852db404c4108e3c1b821510e5 1.57 MB 6,149 4
854,602 854,602 00000000000000000001a6c7da748c18f437956a2030e8229c91387e89261afe 1.59 MB 5,253 5
854,601 854,601 00000000000000000000ed56fe603d83c52500aa4ed821f5e520fdce99653300 1.54 MB 4,262 7
854,600 854,600 000000000000000000036a6ede8e89df8c5a21561ae2eb634c6aada2f9bee31f 1.57 MB 4,096 4
854,599 854,599 0000000000000000000311fc85e77d1adc28e8af2ccb07faf8683b6fc83a503d 1.58 MB 3,283 9
854,598 854,598 00000000000000000002698367e0b9d4678009b8d48e4aa14428e1b966d29ece 1.67 MB 3,993 6
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.