Memory Pool Memory Pool Refreshing

3,743 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (547,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,689 360,689 00000000000000000120560fd1a54fd89693f1700866f39e195e9de5d8176187 0.52 MB 1,112 28
360,688 360,688 000000000000000010801caaea2fc20281701d49a6bd0860a50f6e9e8840f21f 0.14 MB 271 30
360,687 360,687 000000000000000002aac3d4280f1d1b7b609f4ccf32eed30f6dc0e3b8dede7a 0.10 MB 154 20
360,686 360,686 0000000000000000033131d486af4c452dbe2e856165281adadaf79c8e6d41f5 0.48 MB 1,077 36
360,685 360,685 000000000000000005f55fa34de2c3432ad8dd5a302828443271326f56503106 0.26 MB 273 16
360,684 360,684 00000000000000000a1cd7d3838b5c645bb6038d019034babc2155fb5eb99cc6 0.35 MB 792 29
360,683 360,683 00000000000000001311a65a6d57018420c5b6c9092bd2a0412651064b415bb0 0.21 MB 320 21
360,682 360,682 000000000000000001c636559db879a8cab93abb3f9e41a24c6752b7912285d2 0.31 MB 699 30
360,681 360,681 0000000000000000134822c21b691ada1817ae048ab26527dc45ea0d72c0b3f0 0.19 MB 332 25
360,680 360,680 00000000000000000819b1ddffb0bc0b0d9be7b532d4907e51c791c8c35f6a5f 0.50 MB 864 24
360,679 360,679 0000000000000000112d01008cbed9a894cd8d86282538e15300ed10df8a8268 0.22 MB 499 30
360,678 360,678 000000000000000014598a63853705debc271e590a2fd9a0d0c0def10d377ebb 0.50 MB 1,083 27
360,677 360,677 0000000000000000141c68024b63bea14c863f67bd62cca8fa460e055a6d4cd7 0.31 MB 466 23
360,676 360,676 00000000000000000ad083d7b7eb5bd5a01e7bf16b7005318c9e1f413ad603fc 0.75 MB 1,669 30
360,675 360,675 000000000000000014e02c657d696bb9f5e1311cf5704d32d54a74f2a8d125a4 0.85 MB 1,002 17
360,674 360,674 00000000000000000a369cb9370e0b19fdc5e5abae4d41b49ec0f4a4b59a8d77 0.95 MB 2,556 41
360,673 360,673 00000000000000000e835625b88b2b04beac36096dec608fb9dd5a4facac830a 0.02 MB 71 34
360,672 360,672 0000000000000000112ca7b89f0f76e6023b062abed21327edfb0bbfc47c646b 0.06 MB 114 21
360,671 360,671 0000000000000000116fceb86d39b531e524404282845014ccc4f27379734eb6 0.48 MB 1,040 26
360,670 360,670 00000000000000000b6e5128a76b032ffe9fe4eeaa1514ed7f4c2f6bcdfbd805 0.29 MB 660 27
360,669 360,669 00000000000000000d094cc1c9872b0a17eb842dc9a67dce6e904df55cb355ec 0.35 MB 869 31
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.