Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 Now! 1.00 vMB 2,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (763,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,391 144,391 0000000000000101ff3c1ff5e7cb3d1933d7426c389c8a8b43cf6ca6f1ede3b1 0.07 MB 119 324
144,390 144,390 00000000000005394f0170f05b8fafbb2202ac427b94abe8be937ea3dcd64e6f 0.03 MB 55 231
144,389 144,389 0000000000000036a5218b89ccc62e7725ad0e21bdd6d03931baabeaf3a6b0f0 0.05 MB 98 151
144,388 144,388 00000000000007427d55a9608edf94f7ee462820a164e489fecc38cbabbcc9ef 0.02 MB 29 71
144,387 144,387 00000000000008ac9bc295e386f0534d4d047d23cb25885ad3d8ce74c819defc 0.03 MB 116 1
144,386 144,386 000000000000076be12921f8e9782788a849169d8368336f88d222b76293f402 0.04 MB 93 352
144,385 144,385 00000000000000007146b94294f415b350ee9afd4d9193b2a7c3f0c2c795612b 0.04 MB 62 303
144,384 144,384 0000000000000768736070efa771fe25c034f38709ebe5905eced3abe1fa2ec5 0.03 MB 40 139
144,383 144,383 00000000000003d361134b1c80a3d926ff8632df810b4639a2933fba6f752f41 0.01 MB 24 131
144,382 144,382 000000000000016c764f26d2cec2ec5f03ccdd0f607b8939d5fbb5b93ca1c5be 0.03 MB 83 112
144,381 144,381 0000000000000640623678f1a9912e7e13503fd50b5c5e91819f667578edbaa5 0.00 MB 8 334
144,380 144,380 00000000000008c7555e09179934fbf2766344fc91c6f8eab2055442313567d8 0.00 MB 17 66
144,379 144,379 00000000000004fdf7f3a3c2a361c7230f22aa6a9e073e329cb87b0a7d8da138 0.00 MB 16 83
144,378 144,378 00000000000001e224bff10deffd22c72bc04ca44b32d70bb0d4d192d6a857e9 0.01 MB 35 128
144,377 144,377 000000000000053d0ebe5c5a0f84e87f2ed04c0498b0705a7eedf7c85d4285f9 0.03 MB 81 209
144,376 144,376 0000000000000774a676429fa2c6f7b4d8a62dec8149fe2ef10753cd55d2cab2 0.02 MB 85 66
144,375 144,375 0000000000000796022f49e8b85a9c86947acea072ec73775bfd0fbfe304dc71 0.03 MB 82 207
144,374 144,374 00000000000007ee10ef814318b1e5c99111db1364acd611aef5365c6b511fc4 0.05 MB 116 102
144,373 144,373 00000000000008cb63f959f929e3dacb63c6a92085a16f0259bc22b2cf14d504 0.01 MB 14 381
144,372 144,372 000000000000029e7624785bd611413dedb527a5ab7c4771ad11c76e298cb709 0.05 MB 104 168
144,371 144,371 0000000000000409cf4e5a32ab724e992f850e707c1008227299b4ebf1770a26 0.01 MB 33 261
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.