Memory Pool Memory Pool Refreshing

1,596 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (894,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,415 14,415 0000000043d8b86c76469021775d75a0fde9afe0275d9feb22988dcbd2c28296 0.00 MB 1 0
14,414 14,414 00000000d3fa108f54173b2e03efb238aae269aa0cb780738f42b724c0cc1c3b 0.00 MB 1 0
14,413 14,413 00000000373d1b55b2bb7c19740e9e35978a648f6433a0eb22b90da2e4214a8d 0.00 MB 1 0
14,412 14,412 0000000011c674bab041f529eb70b1c2ddf81e60247afdad39a98f3e18ec2a63 0.00 MB 1 0
14,411 14,411 0000000023d0a7874306d90c7134e8c436975128b13d5f8f3d15c53f40a46995 0.00 MB 1 0
14,410 14,410 000000000861296c6968b6659c4a90846d73373ae19af64233bac3ed7d46be0d 0.00 MB 1 0
14,409 14,409 00000000d50c9824b8192654eef965b428be432acc43b065392c9467699979bc 0.00 MB 1 0
14,408 14,408 0000000012d4880c0d9c5e95bd2866bc92a9350fffbf2bbcb56d076f71dbb1dd 0.00 MB 1 0
14,407 14,407 000000009b92abff5de5afab1d9e0790e9a33547ddbdc09a9b4e9b8c0c27f102 0.00 MB 1 0
14,406 14,406 00000000c8e7c330c6243c7ce965408e25324afa7cc8ae34a5c58c8be4c0a1af 0.00 MB 1 0
14,405 14,405 00000000f84ef0f28ad40798ccd70a90f994e60fe4e15fcd41cf15cd47547699 0.00 MB 1 0
14,404 14,404 00000000a625b68640a09d2d3c24435f3faaf67cde58ede8661a04db7a9313bf 0.00 MB 1 0
14,403 14,403 0000000070f0e4977bc4705bf556c2b757f3a6e43c92734980ad431b3e38b455 0.00 MB 1 0
14,402 14,402 00000000e664ade1501dce9e64a28f6ab97616484fed41e9ad97327394dfdf42 0.00 MB 1 0
14,401 14,401 0000000028e4478dac4ddf81f9344b5534f9d55b78a1f1a531545f1a6c3b3b64 0.00 MB 1 0
14,400 14,400 000000000595a55c095ac3b4558a03a1502b244446347e8d81c1b97b701522bf 0.00 MB 1 0
14,399 14,399 00000000e5dc740adf7009204a13a9b638d57f94ad7f0689476707251dfac478 0.00 MB 1 0
14,398 14,398 00000000573ba0087445451fd7aee7210178db49e7bde83cff56ec0c5a4540db 0.00 MB 1 0
14,397 14,397 00000000bb94873f58fc79cd2ddddc3ec39406fe73cf616cd4ae435035dae4ce 0.00 MB 1 0
14,396 14,396 00000000d3efbfd2ff3e707f395a69553c8c37b12684a78dca604b1f307ba408 0.00 MB 1 0
14,395 14,395 00000000aa065892ca51a0091d92765d10565ae3b60fda0a4c35efca2e37c5eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.