Memory Pool Memory Pool Refreshing

41,638 transactions
30.24 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,516 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,397 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,515 (31,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,510 832,510 000000000000000000023c04fcaf3d018289c5e2e50939bed5bd2d76efb2fa60 1.76 MB 3,346 43
832,509 832,509 0000000000000000000197bffc9332ea9d480d3a83502e429bc590b2caa3aa75 1.82 MB 2,593 30
832,508 832,508 00000000000000000000f7bb43023369e9c3685a9945e806ec6ffeb45be03a7b 1.90 MB 2,171 31
832,507 832,507 000000000000000000005d5086a2cbb0b15b32e4182378c4c239942d17f1608b 1.72 MB 2,302 28
832,506 832,506 000000000000000000031ff4a132ebc93a1aa72fc8dfcbb849ded65a6da10f17 1.70 MB 3,100 53
832,505 832,505 0000000000000000000305a7575b77e9008fde091b14f9bc5aec0a07028b0412 1.62 MB 3,797 56
832,504 832,504 00000000000000000000b923b8952015fac10e925831807cdd6738513170fe9a 1.91 MB 3,208 34
832,503 832,503 0000000000000000000058b11ad86fafdda50b7dfe0f5bae2d1c5c52431174d3 1.67 MB 3,638 53
832,502 832,502 00000000000000000002e6fdd6e26444448dd8d027318a0cbb9935a02c5cc9e4 1.83 MB 3,015 34
832,501 832,501 00000000000000000000880602a79571029faa00a3d27223ec2e9a4d8d5bedb0 1.63 MB 2,626 45
832,500 832,500 0000000000000000000126979dadecd4844b3b769c47113b1276f5a7ef5acbd8 1.88 MB 2,664 42
832,499 832,499 000000000000000000009c9b78e01dd05d3304341ac0c2f8a502c8eab6bcb1b9 1.89 MB 2,588 22
832,498 832,498 000000000000000000014659a6c447bc8aaea7c0fc0600f20c84a81e1f086b86 1.64 MB 2,715 42
832,497 832,497 000000000000000000035bb05ffe0fc336b6e38419d736a4e89dbd6ab0f6a160 1.78 MB 2,799 28
832,496 832,496 00000000000000000002c9fb7d49a5ca01bd5f2a5f63f3aecbb650a45f1d57e2 1.61 MB 2,914 42
832,495 832,495 0000000000000000000002b3ae7b5782b3585610ba8a89ed5ccce59c54777085 2.02 MB 2,146 29
832,494 832,494 00000000000000000001cb60fa907bebc14e56f12ed922b5ae2e223722a20cab 1.71 MB 2,473 29
832,493 832,493 00000000000000000003661fceeaea30a9e27ad834b87af9e46e94df358c7780 1.56 MB 2,504 45
832,492 832,492 000000000000000000029439ea5e68e0078fe3104886aa686e68be30ffceab04 1.49 MB 1,904 35
832,491 832,491 00000000000000000001e496ef927f01353203a4e4cbec81211c7c76d385662b 1.87 MB 2,109 27
832,490 832,490 0000000000000000000144f5ed4fd6ec54239a2eab5724eb5d9ebb2233438432 1.68 MB 2,898 59
Previous 10 blocks ↓
Total Size: 687.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,507.13 GB sent, 119.35 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.