Memory Pool Memory Pool Refreshing

8,470 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,293 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (66,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,358 841,358 00000000000000000000432708500afb2883d5f0b6c9233cd5192fc785a29951 1.63 MB 3,286 29
841,357 841,357 00000000000000000000f9fa2696a42b44b5a8de0313bd7463002d9f9a118a31 1.59 MB 3,688 59
841,356 841,356 000000000000000000005cfa335ce8695010e71ac05918b80576275e84ba8f41 1.65 MB 3,498 40
841,355 841,355 0000000000000000000309ac5ca6eb22bd6246a068906df0767b5f93edd0b39a 0.00 MB 1 0
841,354 841,354 00000000000000000002fd4bd2b63713153aee330eee4d8934082658301742bb 1.60 MB 3,536 54
841,353 841,353 000000000000000000014f9ca54354c5804853bf8b9af33594ba959603acaec7 1.74 MB 3,972 19
841,352 841,352 0000000000000000000169b62b1cf82609691f294013b36cf3fc237088167115 1.77 MB 3,813 25
841,351 841,351 000000000000000000020f1ea354ab4eedb3713997890842f31a29f3e89a19df 1.66 MB 4,080 23
841,350 841,350 000000000000000000029743489212c03ecffb2808244a3d98ef4ca07c9528cc 1.79 MB 3,621 18
841,349 841,349 0000000000000000000246f00cb1dd6a769612c584c0ca8a5c41ac291e6f094a 1.73 MB 2,968 29
841,348 841,348 000000000000000000028a275f92d18fe820adc817daa4bcfef5262b79f3b174 1.58 MB 3,200 47
841,347 841,347 0000000000000000000305ee877f602b8d388292513914fbfa8671fe2b925348 1.82 MB 3,145 27
841,346 841,346 00000000000000000002a496fa0cf17d5c8f25b345ff9ad589b68381b02faa29 1.95 MB 2,746 18
841,345 841,345 00000000000000000000f4c8a2b59d326087acfc6dfa961ad4ab04a97f3cc92a 1.61 MB 1,958 24
841,344 841,344 000000000000000000019fc37ce9b356712a4363371d5c4b64a0ab8f0a3146d3 1.93 MB 3,115 42
841,343 841,343 00000000000000000003009d5b04e62427484e7efd73f1a1da65dce3592896b9 1.63 MB 3,399 35
841,342 841,342 0000000000000000000114f8353f8b954c73bb5031a2aeed453c661e5d83ac86 1.66 MB 2,819 45
841,341 841,341 0000000000000000000252defe04c72146a94dea3987152bcd739fe7c61e6e73 1.59 MB 2,640 29
841,340 841,340 00000000000000000001fc572a26234f8387cfcf7b20016385c2b41f5fe66980 1.49 MB 3,121 41
841,339 841,339 000000000000000000029462f16a7484dde14cb73a4a92dfe5843efd4458aa5b 1.56 MB 4,137 31
841,338 841,338 000000000000000000011125b612fdc1277f4aa08bb85220a3ab9d1ee57cb7f5 1.92 MB 3,428 25
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.