Memory Pool Memory Pool Refreshing

6,479 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,930 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (899,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,746 8,746 00000000305b43b45e877a84345d6ea17382b6087e1e5c3c7e3a280c2e24eb58 0.00 MB 1 0
8,745 8,745 0000000016e9346fefb7e09c9b7d7260e20341e1fb166a0d573f921e58d4c180 0.00 MB 1 0
8,744 8,744 000000001e3cfe8fa628a618ae5c2cc83ce0e4011b445a8464855e59fc8494b0 0.00 MB 1 0
8,743 8,743 00000000dfe6854b409a89330f557a1ac28d7db8c789a1ebed5a3080219f9646 0.00 MB 1 0
8,742 8,742 00000000077c1d80ffdefbdfdd6c2e039d8d9c80030f6cd26e8ba38c575fbe8d 0.00 MB 1 0
8,741 8,741 00000000d7e307b6e5058c3aab82f27e5f9705ae8509317a95571e66ac28b5f6 0.00 MB 1 0
8,740 8,740 000000004418af7fdcb9d1b8adc5332ac5361efb36601344087de0d6f964fa84 0.00 MB 1 0
8,739 8,739 0000000005330057f103f6952ccbf26832f348c8151ed4e0bf6de798c2514a55 0.00 MB 1 0
8,738 8,738 0000000026dc445d6b8d98b2ec9cd9e79cb3458a75d2b3d4aae55d0650234770 0.00 MB 1 0
8,737 8,737 00000000f435608a96087d61c29baa738739b49a384282c9e15c58273fb397af 0.00 MB 1 0
8,736 8,736 00000000665d5339b5b00ffa19afd10a3651ae057be36112a69669c28c4aa35f 0.00 MB 1 0
8,735 8,735 000000009bf588ec242454e1343b03c8f1934b1cae89fd96f6ea8906b81a7e46 0.00 MB 1 0
8,734 8,734 00000000b111c9f1c8b271a1add221c8c4b26b5af4950eac6661eee1f25c3b2b 0.00 MB 1 0
8,733 8,733 00000000f332186781b7f38a2bc6fc08010610e5d14403753b0c86a88e7651ca 0.00 MB 1 0
8,732 8,732 00000000fd5fc34e74cce9bd0147f70253e29960c62e7ae3839b489f5d890f91 0.00 MB 1 0
8,731 8,731 00000000861d55e5eb5b053106cc75d942f28bf8899efee80d420be146058f8e 0.00 MB 1 0
8,730 8,730 000000008fc8c267f40ecfb5297b09bfa325b8c012a1b930005cf625e7b1d1fd 0.00 MB 1 0
8,729 8,729 000000005d0beb201e6429cf8e1607f15a241cecb5d726b2e86b8b919d5e4b97 0.00 MB 1 0
8,728 8,728 00000000f7ca78dbae424e00b972afc986664b99ca163ce0738dd5f7af71e9dc 0.00 MB 1 0
8,727 8,727 0000000066f9e170c5e8c33be66566562e044aba689af05a853c8784d2876823 0.00 MB 1 0
8,726 8,726 000000001c3bfddc96a2e9e6e1854f40da42b3fe9b512d2bd92c487e583f291f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,726.18 GB sent, 99.37 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.