Memory Pool Memory Pool Refreshing

4,224 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,695 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,981 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (641,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,581 266,581 00000000000000081af9f878bb2bad524d5ca3417ccbaa47b7dee70b552f8dfb 0.25 MB 599 109
266,580 266,580 00000000000000009fe292ffbb099dc1d2db0e416f59d619b4943385096dc505 0.25 MB 522 72
266,579 266,579 000000000000000147bdc94914e334fad16e41a756f7f02f53a4c6e02c33f3a3 0.25 MB 761 62
266,578 266,578 0000000000000007a65521b167ea5ea54d95109d41630da098e7f15ee8600d56 0.25 MB 531 143
266,577 266,577 000000000000000072456e1c95f57f4b46842f5396773c68a713b9867ed47139 0.25 MB 652 93
266,576 266,576 0000000000000004a6f3980f6d4469bdcdbf39784fb3c882923d53663160f9e0 0.25 MB 664 128
266,575 266,575 00000000000000044b3c66ac7e75b49521d3dc6c4d388dd1e99e031862f78aa6 0.07 MB 156 70
266,574 266,574 0000000000000004602ad80cdcbd1fa9b500c88229ca42e3da563dee3ab196eb 0.05 MB 119 46
266,573 266,573 00000000000000023bed5d51bb0fabc55a792f5992b18d0347c75fe203f14f31 0.18 MB 455 89
266,572 266,572 000000000000000636bd94cae29ea51ecb7b6ab5672a4952b085d37310498d53 0.12 MB 289 91
266,571 266,571 000000000000000a668f5a8d61c34908b776462a23cafd9cbb931e4fea50a5fc 0.10 MB 220 29
266,570 266,570 00000000000000012834e1cb42727d567eb2e15622e9a4824e59fbb1b0c0c2ae 0.15 MB 327 91
266,569 266,569 0000000000000007bb84a25c94f7df35ad49fe83158973855396557386030b32 0.27 MB 698 111
266,568 266,568 000000000000000a52db47f56ccb0ea444451bbb4f39943efcc29297f907b575 0.03 MB 62 101
266,567 266,567 0000000000000008ea87cb38a91595ccfdad20dc5a53a2faf681e6f2df4e6873 0.31 MB 627 88
266,566 266,566 0000000000000007c45743d91dfab46b7191db43b54e22152570594369f09aad 0.26 MB 415 26
266,565 266,565 000000000000000859019ef81e77e7db3b3be63edc6f888b98635b34d15dd956 0.25 MB 407 118
266,564 266,564 000000000000000928297da55a5c277428ce4122c353dca49f7efdc6a1427473 0.25 MB 200 84
266,563 266,563 0000000000000004385b06ac24161c9fcb687aee78e4a5275cf45d2dc0fd7d23 0.10 MB 162 39
266,562 266,562 0000000000000003cc8f4eb6bde1d558915a85cd3590e1266db35fb77f4438ac 0.02 MB 64 68
266,561 266,561 0000000000000003c58a2f1a692f6da570069f59d18f2840498b70acb0cfa7ef 0.06 MB 127 76
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.