Memory Pool Memory Pool Refreshing

2,608 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (175,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,192 732,192 00000000000000000003970e88a7c757333dd735f9388f7246c4d91170356c70 0.60 MB 917 6
732,191 732,191 0000000000000000000791756fc74846c661d6a4afcdf46f40e8fa9dd1027167 1.15 MB 664 3
732,190 732,190 000000000000000000012a066dc3abf665c029e61ededfd9cd01d2cec9ef4c65 1.48 MB 2,226 6
732,189 732,189 00000000000000000004508c6a85a52c25abbc5739bee53a0878e0102d1b57b0 0.02 MB 71 6
732,188 732,188 000000000000000000041f3819a9d4de0f0e9d2aa212ad4abf7ba8fbf255d193 0.03 MB 57 3
732,187 732,187 0000000000000000000651de99232b213b52e896b7d1c9979e2e3ce66731e9eb 0.23 MB 479 6
732,186 732,186 000000000000000000076ab19f6519ef17a41a73b2a5c37b26773c204bee7cf0 0.02 MB 21 9
732,185 732,185 00000000000000000004f3e08b9417e441775f6a7e144388f7702dd5f84d4bca 0.17 MB 378 8
732,184 732,184 00000000000000000004eab67584022ecf3919c9b66a1dbec9f76240a2448608 1.44 MB 2,489 6
732,183 732,183 000000000000000000046830c3ced1bb121d340264c9fee87d05fe62bb3d7010 0.61 MB 1,211 3
732,182 732,182 0000000000000000000145f607e4b0a39d9c78f36d13a57de413799ab5c1bc60 1.44 MB 3,240 8
732,181 732,181 000000000000000000090c5567be31aa83e7ef945420aaaa0ce9b31b883331b1 1.56 MB 2,841 6
732,180 732,180 0000000000000000000767a388f5328b5a8b6a6a4277ecfb25f798ce0fff1cbe 1.50 MB 3,260 9
732,179 732,179 00000000000000000000654656723d086e55aeba1fc55af5078c8ae6d7e8c519 0.47 MB 393 2
732,178 732,178 000000000000000000075a018fe30758342655f890fb3b5f48ad8933d3618a3e 1.36 MB 2,149 7
732,177 732,177 000000000000000000073bee914d15b8140e4f7e87070b7aed37557c4e7a5d3c 1.04 MB 1,663 6
732,176 732,176 00000000000000000007b6aa12c09a3fc61052459d93f8b24d25f9ba35c6ab8a 1.28 MB 1,915 6
732,175 732,175 000000000000000000082c8dd43c120ea77890cd536bde91332b150b4cefa74f 0.78 MB 1,396 6
732,174 732,174 0000000000000000000547781346f7fffdc40cf5cf96e95b5af661bf2995dade 0.34 MB 797 7
732,173 732,173 0000000000000000000371758df342e49da486011af53ae4e554a895f1dcee0d 0.91 MB 1,361 6
732,172 732,172 0000000000000000000231290f84386aa780145d110c4ae6aa608a294c90b19f 0.40 MB 671 8
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.