Memory Pool Memory Pool Refreshing

6,845 transactions (2.61 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,871 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,817 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,870 (885,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,656 23,656 00000000f4a8f8e7e4bd85be7e3cf5eaa7f54955ff351aa35456d3f0cd43eb8b 0.00 MB 1 0
23,655 23,655 00000000dc47049330f49f7994211e5a74fccb823452b2cdd3e7bfd21351307b 0.00 MB 1 0
23,654 23,654 00000000e382a75aeabe0f8579cbdfe47b80a57372efb0c95792c9457159c8e8 0.00 MB 1 0
23,653 23,653 000000002178e97c21cfc719654be5b91304dcb2001eb10b54695f59cc28c780 0.00 MB 1 0
23,652 23,652 000000008b7d6e98a9bec793092dee121e43f4553f9dfef606bf30a18205bf04 0.00 MB 1 0
23,651 23,651 0000000086a788a3e7731abbf9769e29b52df229d81fbcc034642037d6378a1c 0.00 MB 1 0
23,650 23,650 00000000b4fae87368bf11d26e99935bd8baf6ba18274fd3821ae81e47173bf8 0.00 MB 1 0
23,649 23,649 00000000138eb96223d57279431ca748528381a2e256f98a067aec30267f610a 0.00 MB 1 0
23,648 23,648 00000000c54358f359b81ad948cfbb600aba09ce190c1213cedbcee8d49090dc 0.00 MB 1 0
23,647 23,647 000000002da88b525316d1eb0eec3b414e9b628cb7ced849c30946367e9f5f37 0.00 MB 1 0
23,646 23,646 00000000a6736ab31f94d6621f6a89f220742baa17bd9548bb519bbb1a234908 0.00 MB 1 0
23,645 23,645 00000000a101d1479f6996ec70c3153229d3bd2f8754c7d1c0f75243abb15211 0.00 MB 1 0
23,644 23,644 000000000d3d398b83e768c80ad823ff72c763cae6b6b314ff29518e6ef564c2 0.00 MB 1 0
23,643 23,643 000000004da37749e1e8d83f0ecb58b968a406657cdc60b9c5ba04703374540a 0.00 MB 1 0
23,642 23,642 000000008ea75501f714e7ae13fb6ebb38f52bfbc832f857986acc598c8998ad 0.00 MB 1 0
23,641 23,641 00000000fab121626104346f27d9aca424ea2ec176544901d5551a9d7a26b1d4 0.00 MB 1 0
23,640 23,640 00000000ef1db8df796202d2fe6da5fe74da872cd71634605940cd73abe8f8c5 0.00 MB 1 0
23,639 23,639 0000000041fa398bb79827e48da208b415afe4daaa2b04c311304574f9d158f7 0.00 MB 1 0
23,638 23,638 0000000036ac093f6a0c113208bb570cec0e94792081d5269a8cf4653ec9d97b 0.00 MB 1 0
23,637 23,637 00000000aca9b7fea60027f272815b4a6f677042005f29a0a5b9daf0ad467d55 0.00 MB 1 0
23,636 23,636 000000005dc10293faf9166b6d4e359ec51d2f702140e12c6f15ec14a660ff7e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.39 GB sent, 103.71 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.