Memory Pool Memory Pool Refreshing

7,364 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (2,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,669 905,669 0000000000000000000132b7f9f17844e36d14d16fdce66d6e8d4158112c2c08 1.75 MB 3,327 1
905,668 905,668 0000000000000000000069cb72ee9703c2ecc31302908964e137feea1d2a1dce 1.65 MB 3,256 5
905,667 905,667 0000000000000000000221806f6dbd0e2a0dcc4389ce30ff25a8f36acb0dac04 0.08 MB 175 2
905,666 905,666 00000000000000000001eaec5f7bbdd139a9e6bb05bca7f1855aba243199877f 0.30 MB 492 2
905,665 905,665 0000000000000000000103cb4822cb02234eee8a6f873cd5582b86d7d4263114 0.06 MB 103 2
905,664 905,664 00000000000000000001bd710aeef0c3c67978b0379c441916dc2103a84d5707 1.10 MB 1,351 2
905,663 905,663 000000000000000000002ca6bea55cbbf78a2661b452a577b8c20c9654da87c7 0.37 MB 919 1
905,662 905,662 00000000000000000001999228c6553627f97ca4fa26af597a2059079ef352de 0.81 MB 1,645 2
905,661 905,661 00000000000000000002050c150a5b201c52535cd66b1d94da70f248ea145b63 1.67 MB 2,458 2
905,660 905,660 00000000000000000001e99cc19f3ff0220884b7d7fb8ae98cbd4e572414232b 1.51 MB 2,937 1
905,659 905,659 000000000000000000022a7453734fd2958c7befb78f27b14307f8554a0667d1 1.59 MB 2,835 1
905,658 905,658 00000000000000000000a6a15e7b5022ea341118e0172e11c817f66300a28f50 1.73 MB 2,921 3
905,657 905,657 0000000000000000000183084c0001e7bb4d6f51f926de55085ca316a0990aea 1.77 MB 3,825 2
905,656 905,656 00000000000000000000fe79732d74bbf4c615548e23443880297ef28963f8bd 1.74 MB 3,349 3
905,655 905,655 000000000000000000006895e9f4ce067c44241da9591a37d79f84ea7af94314 1.72 MB 2,540 3
905,654 905,654 00000000000000000001dd33a6cee6add80f16f31475c8bf94891133b7197af8 1.03 MB 1,675 2
905,653 905,653 0000000000000000000231e423c572f6300a606f9b067811eaacff9b28af09a9 0.92 MB 1,874 2
905,652 905,652 000000000000000000017bcf26f63cc3cb1814b3011c212f213a189af29e6a37 1.68 MB 3,854 2
905,651 905,651 0000000000000000000200311fab141d67ec2021c26b62450948484e445d281b 1.66 MB 3,269 2
905,650 905,650 00000000000000000001b611d2cb5baa611637bd95cc8853eca9e40da3303187 0.50 MB 1,176 3
905,649 905,649 000000000000000000002635305657f7ec5d98bbf55f4fdb96ad47cb1c126aa6 0.20 MB 255 1
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.