Memory Pool Memory Pool Refreshing

7,110 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (589,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,664 318,664 0000000000000000155799cf45dbac89df8f2cd8de029d6c6c59e919257b86d7 0.42 MB 645 24
318,663 318,663 0000000000000000245ad3d03e270b7a1d9538416405f34adec240e381fa9cb5 0.33 MB 651 27
318,662 318,662 00000000000000000dc588a936e8a38686af22f823805c58db2976f1db30adbf 0.34 MB 631 34
318,661 318,661 000000000000000008ea93380350447a58f47d266de1748fc4db71a3631e8956 0.05 MB 128 34
318,660 318,660 00000000000000000cea597a0b9f57601d65cec539ea4d9c0b43efc4624398ee 0.24 MB 424 25
318,659 318,659 00000000000000000f2141a88c6b9cc50f13b6be4c5cb85302fd8e9212fc7c2b 0.35 MB 921 44
318,658 318,658 00000000000000001196009ebcf1b44f33f840a60ae751717c3cc21154b0ac12 0.02 MB 64 18
318,657 318,657 000000000000000012494213810a2d6a419bc5cf045123e6f5c7200a695c92ed 0.09 MB 199 33
318,656 318,656 0000000000000000259d63bc2e3e45a93e123abd6092f957aa77888e69e52cf8 0.13 MB 285 31
318,655 318,655 00000000000000001cd02253512fb5259e4d1c14433eb74353168af2589a286b 0.58 MB 891 25
318,654 318,654 000000000000000013b7e69db53412b64eb3b4afb5744252c46793e14d612373 0.02 MB 48 14
318,653 318,653 00000000000000001c33f6917ffc210df153ab8139a73776702a49b41ca4479f 0.18 MB 342 27
318,652 318,652 00000000000000001f61b0e41faad0e6b3a880eb8f3fff8c3c0078e7d0a7bd05 0.24 MB 440 27
318,651 318,651 00000000000000000ccbf1ff1151a749af3bb9fd1acca63e3a950747d7719f85 0.13 MB 162 14
318,650 318,650 00000000000000000f7e0febf0e834e14f2045092fca657c11ec1273d9e19470 0.25 MB 506 33
318,649 318,649 00000000000000001e00de69740ee4f3dd5efe857899e4d1b30c5b05f545e7a1 0.62 MB 996 24
318,648 318,648 00000000000000000bf2b5eb059b9f36d0402b29eef50a74b0c061e730504624 0.11 MB 195 14
318,647 318,647 000000000000000017c33ee1f2b71716b37baeaea3351c4f04f98fa2cb47f2d7 0.13 MB 259 20
318,646 318,646 000000000000000022d78b9548237a1b0431a05cf9029b6c86c7b85d8f4ac7f3 0.55 MB 1,001 24
318,645 318,645 00000000000000000725318658a24c5e402148811e0c7a85d9530f7d0216c184 0.88 MB 1,913 31
318,644 318,644 00000000000000000b6c48c5a3d1d5c994c03e6bc19caa55d2a205f80c9ff26c 0.25 MB 227 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.