Memory Pool Memory Pool Refreshing

347 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (289,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
617,833 617,833 000000000000000000024dd79b407d560f457eeaca7985b0fa49dba0718d6a5f 0.29 MB 726 15
617,832 617,832 0000000000000000000c19e611ac8f7ad3cee3fe34e4a5a48e6f4c8869d263a2 0.39 MB 206 14
617,831 617,831 0000000000000000000f1bac5df00f328200dc8c5202494f3de94f9375828d9d 0.34 MB 110 12
617,830 617,830 0000000000000000001148a194fd5a19a24331cf293ee41a5f992f2be60fdede 0.49 MB 852 9
617,829 617,829 0000000000000000000c2577daa4c604f60c73a8d716b1958f2f9bbbdc627daa 1.29 MB 3,152 13
617,828 617,828 00000000000000000007c0b2ce9e88cc49ab29e6b5eb1ac8361510d6b36ec53f 1.40 MB 1,799 2
617,827 617,827 0000000000000000000ad16b42a3a0b70da6cfb4d974f15198b1d43124a774b5 1.12 MB 3,057 8
617,826 617,826 00000000000000000004d8f6b156e5bb7e793bc189c5cc8c4b2206594121ee51 1.07 MB 2,632 8
617,825 617,825 0000000000000000000a0f9b53d6799aad8e513a3d71145ae2e3c9ebcb563ba9 1.14 MB 2,843 10
617,824 617,824 000000000000000000045911022ccc48dd01e8bfe835dfc87961b4c071b9e6b8 1.29 MB 2,586 16
617,823 617,823 000000000000000000012628566441199e06bc58793f43c36448b2429641c664 1.46 MB 3,522 21
617,822 617,822 0000000000000000000604857acb09034fdb5abe464dc215259459c1cdf5e873 1.27 MB 2,766 33
617,821 617,821 00000000000000000011bb5d91b3091051c2cb38f691bc647614f48e855ca64a 1.34 MB 3,247 21
617,820 617,820 0000000000000000000fe47f58af052aa9acf4fd65d673a40d12f06f35b7cfc5 1.34 MB 3,142 30
617,819 617,819 000000000000000000119eb9dc0b887c9285d8555b35e74cb13b60fcd3ccf482 1.28 MB 3,174 18
617,818 617,818 00000000000000000009bf5c0191ef8ed8b7e444a1ec33e1940257abda22e96d 1.34 MB 3,033 27
617,817 617,817 0000000000000000000c59b841e167819c28a4b3cdce893401a6d8088cd3697f 1.27 MB 2,591 22
617,816 617,816 0000000000000000000d77528e77cc689aa516e67d4888cb8f99dd46051cd110 1.36 MB 3,049 19
617,815 617,815 00000000000000000010fef71f70bd1079548244837dbdd45ba9673d24f8130a 1.29 MB 2,895 33
617,814 617,814 0000000000000000000e378e0cadb2832462b78a56c68d28112d30e0e00b7d12 0.10 MB 191 16
617,813 617,813 0000000000000000000dc8b460ad502cb038bf6ec9049a5810894c31bc2f42dc 0.36 MB 892 15
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.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.