Memory Pool Memory Pool Refreshing

4,432 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,952 (684,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,886 223,886 00000000000000580193419b4f15ae44953ffa4d252f5338fcec58de61aa9261 0.11 MB 268 186
223,885 223,885 00000000000000e0b711581c7f664ab3bcf813bf6d17ec131f15b26ed75fe35d 0.11 MB 245 175
223,884 223,884 0000000000000306067182d116599fd0fe65f8162d20aacda7477f55c42dc41b 0.20 MB 359 141
223,883 223,883 00000000000001dff66874eb90656f92db749697156b60b7dac3eee28e087371 0.00 MB 9 155
223,882 223,882 000000000000015a3d463751eff2ae74cbad7f4c204f17a3f7bcad22d61ffe73 0.25 MB 680 231
223,881 223,881 00000000000000a323f717fdcbeed5682215c0d28074a4fc4d760eacd7757aaf 0.21 MB 540 204
223,880 223,880 000000000000016105fec2cbde0f684348cb58790056bac2b1cd25d12f834a25 0.10 MB 229 194
223,879 223,879 000000000000009037701d3402cd9bd1cbc7c4ca5ef0e395c3ea6cde529e4775 0.05 MB 125 161
223,878 223,878 00000000000002f86793f3cf16b35524eaf8cfd7ba59e41c336c33b35d3a4be8 0.26 MB 198 28
223,877 223,877 000000000000022ec0aa82625fe7302cc37068398847dbf89dd32e5802fcbd03 0.07 MB 160 131
223,876 223,876 000000000000001bb9149f5d7b14f971a9b48474221eaf309aea76d04a832f72 0.25 MB 609 199
223,875 223,875 00000000000000d2eecbf403660d1da6b6b5a02665fc60c5926dc8b2be71ab58 0.18 MB 299 144
223,874 223,874 00000000000002dc4bc181ddadd91196a79fbfd4276d7b927b8cf7d6d5bbb4ec 0.06 MB 91 129
223,873 223,873 000000000000013c3c6494eaf0a07aa89c834986c03c48fb3c5442ed49283b18 0.25 MB 606 183
223,872 223,872 000000000000028bb4cd90587338d57b1ea8e8c9a0d8197235d356a66cab579c 0.24 MB 426 137
223,871 223,871 00000000000001ad08d20b167152f9a47358ab86d61599a5b84a078f2174876c 0.08 MB 256 207
223,870 223,870 000000000000009974ad229f4a2bb8fe28a05c122c3522bf8af35261af52489f 0.05 MB 86 152
223,869 223,869 00000000000003033c7f91a0bad389c21195d5239790c1bae825c8bb241fd690 0.19 MB 329 147
223,868 223,868 000000000000005ecd9c0895c6aeeeff0b6c27d5d9beedc22fb971c67a842ab6 0.25 MB 480 151
223,867 223,867 00000000000000c40db093e13e85ce2a028859205ab5fc94a5346bfd64f937ed 0.17 MB 342 152
223,866 223,866 00000000000002d73a9e6c595747584d712309837bbacdc9e5a29abb4adb4621 0.25 MB 479 166
Previous 10 blocks ↓
Total Size: 769.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,646.14 GB sent, 95.24 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.