Memory Pool Memory Pool Refreshing

5,604 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 1,568 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (15,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,629 892,629 0000000000000000000188bd23cac995ebbebad91e6acbf2f235f30d296d1df7 1.98 MB 1,375 1
892,628 892,628 00000000000000000001483baa0d8866e45faa26e8e06a3b7ea024c6beb5f1f1 1.61 MB 4,275 2
892,627 892,627 00000000000000000001d6ad7c7e1fe792f4fe4b59df5a7be6240ab122ebf16e 1.58 MB 3,837 3
892,626 892,626 000000000000000000001af830d3b91c400a0c4e156323b65ab8d74b77cb7f2c 1.72 MB 3,387 2
892,625 892,625 00000000000000000000cfd3876efb2b2256ee4b8d6cb7f878b5be3966115655 2.64 MB 2,184 1
892,624 892,624 000000000000000000000063c583f0a4e7d77c59b50c8413e18b1bbdc43286fd 2.09 MB 2,574 2
892,623 892,623 00000000000000000001b194d9c2ef9474aa482e8cb7e3eef8a248f75ebf02cd 1.78 MB 1,969 1
892,622 892,622 000000000000000000000f6c18aadbc80bfb57036d864dc8013a4d14989810ec 1.57 MB 3,596 7
892,621 892,621 000000000000000000016f51ed2b42cd8670f9d7c039d5a4731a02cd0864d4d2 1.58 MB 4,294 4
892,620 892,620 0000000000000000000082bdf7db449e1c3b40c2fe5e32a69be58be391d40121 1.80 MB 1,992 1
892,619 892,619 00000000000000000000c2e69fbd3a127127d9edf065c3feb98f8576f1abe69f 1.61 MB 3,203 3
892,618 892,618 000000000000000000020b11b69cc4496dbef3dce6c38b3ca32dac26a2e9b2a5 1.63 MB 3,592 3
892,617 892,617 000000000000000000018dbe41b20b3a41cc2d75da407de9534b5d8a393c4d40 1.50 MB 3,124 7
892,616 892,616 00000000000000000000995196ac978846c07665830c34db40fbd05ad06c4cb7 1.77 MB 4,118 1
892,615 892,615 000000000000000000018988b8a0a78e8d233b9fc73a8ac0f1c78081b27f1b61 1.67 MB 4,495 2
892,614 892,614 000000000000000000008259562034fed2c4b04000e5377fde6a1a28f8c5c3d0 1.45 MB 2,489 2
892,613 892,613 0000000000000000000066e9ca0f4b40698aa92394c9671802217156b50038a9 1.70 MB 4,073 2
892,612 892,612 00000000000000000001a4e40f309f0aea994fc3f0958365b33b14a6ae844246 1.61 MB 4,552 4
892,611 892,611 0000000000000000000178b55462180c247ae81dd73ff64889d2eca6ce688bb1 1.49 MB 2,446 2
892,610 892,610 0000000000000000000120827f710a3a6e03922e5a79bae05859ed9a22fffcc9 1.62 MB 2,945 2
892,609 892,609 00000000000000000000b08bb1035d056a2e0af9cba47d38cac2aaa571ed3e71 1.64 MB 3,469 4
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.82 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.