Memory Pool Memory Pool Refreshing

1,205 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,162 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (298,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
609,461 609,461 00000000000000000000bc76305bf983b415fd11dc757936dd6b18312aa9a887 1.28 MB 2,951 10
609,460 609,460 0000000000000000000eb19ed15f0fbde119ee0064956098d0c8dfcc6802f659 1.24 MB 2,625 4
609,459 609,459 00000000000000000005600cca9132062222d3bfd10ad7cd0e72a02bc7385343 1.29 MB 2,786 26
609,458 609,458 000000000000000000096c08231f9ae1530efa3f7a78551d86187a899b76a4ca 1.17 MB 1,621 7
609,457 609,457 0000000000000000000079ec7743f6fd3523281ec3c84c76a5a4332a123715e1 1.49 MB 1,506 6
609,456 609,456 0000000000000000000cc5480321b24edc96071f11483e77a2e3e75a41c30210 1.32 MB 2,653 21
609,455 609,455 0000000000000000000f32cd092798bcd7f88bbd8d79f1cfe61f95d2db0f2b1e 1.27 MB 2,800 26
609,454 609,454 000000000000000000005e987ecd2286a00d2d76a7a6139fdbe734024f9ecee0 1.17 MB 1,685 15
609,453 609,453 00000000000000000014aeb3433f4fc100a180cc3408fcf57417d1a269ac0dc2 1.14 MB 1,769 24
609,452 609,452 00000000000000000011dfc36c4017389acfa67fe06c8473c110de677b2213fa 1.01 MB 1,267 22
609,451 609,451 0000000000000000000a660dd379f2c5b981a2640052b32410c953f73e0d6b3a 1.00 MB 767 73
609,450 609,450 0000000000000000000fdf574f4a4f557a3a6ee2e30023a20ceaf4434aa49857 1.24 MB 2,833 27
609,449 609,449 0000000000000000000cc35e661327a3abaeffb778f38a30b7aae3b82e85f572 1.30 MB 2,906 21
609,448 609,448 000000000000000000026b9db4404181485004bcbd7bb9de89dbd3b3ea4d57b7 1.27 MB 2,900 21
609,447 609,447 000000000000000000089cbb027b91ab8e7d66e6e75c3164c7709b4f25b9904e 0.55 MB 1,398 14
609,446 609,446 0000000000000000000d220e0b24a319bdb545af4cf73824ba897f64ad6c77b9 0.67 MB 1,309 10
609,445 609,445 0000000000000000000f57015474c5aafb947273a93a5493dfe93a875c800bcc 1.25 MB 3,082 7
609,444 609,444 0000000000000000001555dc5b94c484d2f67be82fa82ae96138a84d44ec8360 1.29 MB 3,129 23
609,443 609,443 00000000000000000013b18b870abbadb448358a48e22676610df2af665dfd63 0.24 MB 231 4
609,442 609,442 00000000000000000008a218e731ac88a34f54e8d110b6766740abdae84758de 1.27 MB 2,775 12
609,441 609,441 0000000000000000000402f36dbfa448d1ef2302c8616867b6c402a8ea8f9bea 0.98 MB 2,105 14
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.