Memory Pool Memory Pool Refreshing

1,694 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (810,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,056 98,056 00000000000080076883603df3960fa97df6b9c50098001d7ca5f79e9b0314c9 0.00 MB 1 0
98,055 98,055 000000000003ff73bc383cb96c1ddd408c7c2a6de9543b0c735e29716e83ae5f 0.00 MB 1 0
98,054 98,054 0000000000049a187ee8da8476efed14d801953365b8f510c3e7dcb42ad37040 0.00 MB 1 0
98,053 98,053 000000000003d4546141183ca8a1be548884f5aadf49eda88445c94dcb317fb8 0.00 MB 1 0
98,052 98,052 00000000000216557c075a42c14f3f3cc71da4dab59f7c3f3353c023c6f59ff0 0.00 MB 1 0
98,051 98,051 00000000000548106e03d140388c5d3fd480f3f4d0b821c595cd56e4825528b8 0.00 MB 1 0
98,050 98,050 0000000000043dd4902883727348858c16373925ee49ef0350eac83aab9b5f34 0.00 MB 1 0
98,049 98,049 000000000004a0be60e6d6016306f6e4373508373e3322a23a994728c8dd89ed 0.00 MB 5 0
98,048 98,048 000000000001eb8d52017851e582c83e3c5135ae00b2da6ae5e515b440f33619 0.00 MB 1 0
98,047 98,047 0000000000031f26d28ffa2211d749f084d4731ec0ca7ee2ebf4ed3474b1e5d3 0.00 MB 1 0
98,046 98,046 00000000000392a958160e9713b0ba3246fa00b7538d6f0d3e0296d36218a92e 0.00 MB 1 0
98,045 98,045 0000000000048c99d8cfb7dd3f412f7256fec28bea2fac19b154676162fd92c3 0.00 MB 1 0
98,044 98,044 000000000004d160ac1f7b775d7c1823345aeadd5fcb29ca2ad2403bb7babd4c 0.00 MB 2 0
98,043 98,043 000000000000db8722e5667f32dbe873d058b100fff85271acd1dd7730eb76f9 0.00 MB 1 0
98,042 98,042 0000000000053a0c829105715f7053e0f27bef993671c22ded5e97904c88cda4 0.00 MB 4 0
98,041 98,041 000000000001d1b13a7e86ddb20da178f20d6da5cd037a29c2a15b8b84cc774e 0.00 MB 3 0
98,040 98,040 0000000000049519d041ea0e792d192f785bf97ce92d010debc5f229940b8928 0.00 MB 4 0
98,039 98,039 00000000000209726284f01c599045b6ca0eb45eb6b00dbc7a3b5f47af55548c 0.00 MB 1 0
98,038 98,038 00000000000136e20dec81de6bd00c3e02f70edb47be8d1c7801720dd87a4de5 0.00 MB 9 0
98,037 98,037 000000000003fc05625e4ca085c6b9dddef5c7a031d81196ef59df4c52466a85 0.00 MB 1 0
98,036 98,036 000000000001d21db93fdb13f3869c8782745203c0a85f7e902d05b4312e7606 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.