Memory Pool Memory Pool Refreshing

36,540 transactions
32.42 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,685 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,546 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,684 (412,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,692 449,692 000000000000000001d77b2ca14aa2b204710ab8a6903cfc0899f2c8882586cb 1.00 MB 2,454 69
449,691 449,691 0000000000000000023b2247300cd992e0dfe3e2975016b84087e66aadc3f6e8 1.00 MB 1,979 84
449,690 449,690 000000000000000002ab102aaac33835f00f5876041249b1c91a0f79b58c3197 1.00 MB 2,417 107
449,689 449,689 0000000000000000002a8cfd56e9f70e1d0915b4d62938ce16a672d6f14f1447 1.00 MB 2,158 60
449,688 449,688 000000000000000000aa45476c406c7c9334c567f678bcf9ddd5ff8811e8e9df 1.00 MB 1,634 62
449,687 449,687 0000000000000000022730417b56865656b33373ca471d82b62de5402ca1d8d8 1.00 MB 2,643 87
449,686 449,686 00000000000000000045ba1a155f7580eb02ce1b2b380cd3afe942716feedcee 1.00 MB 1,880 74
449,685 449,685 000000000000000002800dcea2eff5d25df669000c70eb6963e210d5e1acea1e 1.00 MB 1,829 57
449,684 449,684 0000000000000000019046a3ae136b84046f47f6564c3adedeb52216d1446f06 1.00 MB 1,835 64
449,683 449,683 00000000000000000287975e13aa69e5e8e10e90ed9ea5339d6b1b331aee9093 1.00 MB 2,049 76
449,682 449,682 00000000000000000074891ee5cdbf40319e81bf2cd27ede7c5f66b530a45a12 1.00 MB 2,882 73
449,681 449,681 000000000000000002bb9f4ca10e98ff744e3ef58f151774157745db20e1fefd 1.00 MB 2,371 78
449,680 449,680 00000000000000000059c9929207c9d04cb13074eb1b7619fb8c22adaf7b6414 1.00 MB 1,422 106
449,679 449,679 000000000000000000103c1053d89445a729cd3a0f8d4b679bda5fdf0221798e 1.00 MB 2,464 99
449,678 449,678 000000000000000002579f4871763b8602621dce82ecc6c9e5e2be139ef26258 1.00 MB 2,292 88
449,677 449,677 00000000000000000097d469ca0b5b0ba6822ca933c182aa78e4d4670cf0974d 1.00 MB 2,020 112
449,676 449,676 000000000000000001b9b5e714b49ad9c4970a86f0c21d2951109b4fd31902bc 1.00 MB 2,932 84
449,675 449,675 000000000000000000fffc7a40bd497dc7701d2b72dfe2e766817326299eefcc 1.00 MB 2,526 89
449,674 449,674 000000000000000000f9d904fa71e14dbf2554abaabfd224039fffe27f1cf41e 1.00 MB 2,545 102
449,673 449,673 00000000000000000286600dfa0d679ec028e0e26e27197f1dc972a1f56118de 1.00 MB 2,559 73
449,672 449,672 00000000000000000241d8be206a6ca9d624a451a9869eb638911c91d1dcf55b 1.00 MB 2,657 74
Previous 10 blocks ↓
Total Size: 685.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,383.20 GB sent, 108.74 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.