Memory Pool Memory Pool Refreshing

3,845 transactions
1.72 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (129,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,555 778,555 000000000000000000016feda9b2ec7cdbcba166a4acf6c2ba01f4ce94cd7091 1.53 MB 3,358 35
778,554 778,554 000000000000000000000b4180a87a57ad035ec0db376b05dc99e85c2b9fe83a 1.99 MB 2,156 27
778,553 778,553 00000000000000000005ad5e57c216fa4ede7485f2395c4739c71dff17b7ce09 1.98 MB 1,662 33
778,552 778,552 00000000000000000001f77ef72a32c00daa10f51cd12c0ba2608d4d2e4ee6ea 1.50 MB 2,894 35
778,551 778,551 000000000000000000059cc812cbbda6be1c4903ca6dd52e1fd26dd5dd2efcbd 1.71 MB 2,728 21
778,550 778,550 0000000000000000000319d40a46cc5251c76a6cdc2744ea03ba88260e9ce7a0 1.53 MB 3,810 23
778,549 778,549 00000000000000000000f1049934619ebaaa22f9283256656e29455c011d2b5a 1.42 MB 2,795 37
778,548 778,548 000000000000000000000498ea7083887ef8c9843cde391c13218afd0f17d8e2 1.41 MB 2,940 37
778,547 778,547 0000000000000000000078c68bbbdc3880d9cbd2a00a48e50154c770596cd19c 1.45 MB 1,791 9
778,546 778,546 00000000000000000005b0001df4f7742761fd5b824565e659d3754447cebd19 1.41 MB 1,678 18
778,545 778,545 00000000000000000005559b261f37c00df64b1e916cc719f33bbbbc7756a53e 1.69 MB 2,060 24
778,544 778,544 00000000000000000003a26becb7a7aa27aea73fc40684a88502d5b675fe20b0 1.35 MB 2,307 28
778,543 778,543 000000000000000000002d8cfa1701060295cd4ac17f6c1e47779634412d4d19 1.33 MB 1,713 15
778,542 778,542 000000000000000000065833ccd5811e8218f2e77c72d1d5111f6c81ca3406bc 1.70 MB 2,514 11
778,541 778,541 00000000000000000000382d33e45d50d47f6e40d999930b1b4838dea9f52dcd 1.33 MB 1,275 13
778,540 778,540 000000000000000000007b4de06b9febd7f5672b5ae66d87de32e4c0bfbcaad3 1.70 MB 2,845 17
778,539 778,539 000000000000000000020fbe58f01b35cd13cbf57dd984acd55bb8b40964a7c7 1.50 MB 3,130 32
778,538 778,538 000000000000000000044adc49326d5b69ad04fd751f119b311c3539866263fb 1.49 MB 2,374 24
778,537 778,537 00000000000000000005872ee1e0255095c22add6e6b7aee609c74c09395450b 1.66 MB 3,136 29
778,536 778,536 000000000000000000014938ffd0d2445d56326e8db7f9b785e161641ed2574d 1.70 MB 3,278 26
778,535 778,535 0000000000000000000133b818865d32bffe3623bae837e08e112ef4b723aeea 1.81 MB 1,502 15
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.28 GB sent, 93.11 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.