Memory Pool Memory Pool Refreshing

4,951 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,457 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (820,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,624 88,624 00000000001dcf278c269ff04e66942577b1645fa25386e87eb0b5b2237d2640 0.00 MB 1 0
88,623 88,623 00000000000a00969d356b134e8caade8be6d8d054dcf4112e2f2116358bc2f5 0.00 MB 1 0
88,622 88,622 0000000000172af5fe491e1cb336dd5d65f4006e4b5ac59a838ec06a67362b78 0.00 MB 1 0
88,621 88,621 00000000001be0fb7752434989df5db9edec64e2f5b895b5a30a80274b290348 0.00 MB 2 0
88,620 88,620 00000000001a433f283633cc7289f131273af7716f25892f47f216709cbaf73f 0.00 MB 1 0
88,619 88,619 000000000017737c87bbde23d69034d752e1768a8f94d469e4fe86808e11f4b1 0.00 MB 4 0
88,618 88,618 00000000000e2e0f5b93c269f4d298b6e98aa24d1deb47e3f9d8aa9f02e02b63 0.00 MB 1 0
88,617 88,617 00000000001cfdd838a55197be15c2185e38e6e6c42eb295383df240f36c35fc 0.00 MB 3 0
88,616 88,616 00000000000d73b16e290268d360b7f23b497254209d57c9ffb1791d50c2e44e 0.00 MB 1 0
88,615 88,615 00000000001738b15dc32189489160ae5259fedd5bc990dec2449f777b92124a 0.00 MB 1 0
88,614 88,614 00000000001c821df61ac3d04ab6793ed76eed4ffcf4159303ef0a88d31b57ee 0.00 MB 2 0
88,613 88,613 00000000000035a9344efed4114d1e2644ff2a5a6644bed674a796787b36504c 0.00 MB 2 0
88,612 88,612 00000000001e037106c1e7de63eeb569d3d04cd733b354ab2a14799e6855d97c 0.00 MB 3 0
88,611 88,611 000000000006e7dfbfe2663c656251daec975578e8001a26ddc1c61c5b38e397 0.00 MB 1 0
88,610 88,610 000000000001f2d14053798626a416218aa58e0a9bcf9d5d6364b6292d5d585f 0.00 MB 1 0
88,609 88,609 00000000001e0eead260c782301a32733af2ea959cd300434ab5c6cd37a63e76 0.00 MB 1 0
88,608 88,608 00000000000abbd8bf26a574219479ae815cf36c5a1967f66ffd2ef2e3c97910 0.00 MB 1 0
88,607 88,607 0000000000129f102fd7689514298251dd02f03583cc2b95250f40c2b0d26648 0.00 MB 1 0
88,606 88,606 00000000000777c90635d6455d2e9a8ec04d2792bfcbef9a18fac76ac48ded37 0.00 MB 1 0
88,605 88,605 00000000000e8a9096baae906a24c4d2132a1631c9023f23c28222e4ff60b651 0.00 MB 2 0
88,604 88,604 00000000000794162c6f5c986380b462f72863d0f054d953a420ca0873c67bcf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.33 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.