Memory Pool Memory Pool Refreshing

1,324 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,310 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (863,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,736 44,736 000000002567a7950aa0b037fd0e47f3c7db19bb85b69d57b1fdd1ed925303ac 0.00 MB 1 0
44,735 44,735 000000001654b87ec1bfc9f1fd8b6809813a30f717294f43d8653f706c30b8a0 0.00 MB 1 0
44,734 44,734 0000000005d6d2f600a133c67683fa3c1ba003b2fba707df0a7394836b7c252d 0.00 MB 4 0
44,733 44,733 00000000338d49494ac0c0eb9ea4dce8d012101a877f960256367058780df675 0.00 MB 1 0
44,732 44,732 000000001ffd53041c13f779f2aa2bea82d87d2eeb4695c0335f899256e8eae4 0.00 MB 1 0
44,731 44,731 000000000b519300d7fdae13d8c381f37b93d4f718e3906ad50dc60da4b59fa9 0.00 MB 1 0
44,730 44,730 000000002652334bfe678d3176c16ca91b65754172dec64efb659edfd63fccd1 0.00 MB 1 0
44,729 44,729 000000001b4a8092e620643d3a96ed8f83f72f0a790d36dc27df1ab2a82b8219 0.00 MB 1 0
44,728 44,728 000000001c85bd1cb35f7ae8883144559dd1815c306ee68a7cfc56470a6170ae 0.00 MB 1 0
44,727 44,727 000000001d6923909fca4e53ad2215db1bcae4cb6e8200e7dfeb5c25c3ff6e0b 0.00 MB 1 0
44,726 44,726 000000000de8acfdce9659d1c3961e5dd4a60907ccdcd232dd6039029584a791 0.00 MB 1 0
44,725 44,725 00000000101ee7ec3d380be1b497461ee5a1014b9994f0f8fe0bf275583e8f1f 0.00 MB 1 0
44,724 44,724 000000002e8c8b74849cee02378e996597f1afbb96020261d250a89ca45bcebe 0.00 MB 1 0
44,723 44,723 0000000026b0fcf767b25e3bd8916293784b48afbe47fc24093e6e98b38e0a60 0.00 MB 1 0
44,722 44,722 0000000017e3fb2dbc0a9e471b428fb61664b0c266cb9aeac601971aded63bdc 0.00 MB 1 0
44,721 44,721 0000000026d0bb085845f04c58ed4ca21100206719fcf3e501ce4172b89ec369 0.00 MB 1 0
44,720 44,720 000000003714bd99166c08c95c67a353fb7679f5ac02a5c65656349467324f52 0.00 MB 1 0
44,719 44,719 000000000db5c1dd1039c5b0c5b6776e77933bc8c2cbfaa26f85f237e59cbd54 0.00 MB 1 0
44,718 44,718 000000002a15e8551d10dead3cb332d17227dbc06dcd804f908be745dda707a7 0.00 MB 1 0
44,717 44,717 000000001056241f88c5e222f5299800cd40ef40779bd6ae684c75e37c94f6bb 0.00 MB 1 0
44,716 44,716 000000000ca431c802a5a8989f3b9ced58c2254cfe625ee2723836f7e55540e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.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,648.13 GB sent, 95.60 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.