Memory Pool Memory Pool Refreshing

6,439 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (776,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,567 131,567 0000000000000abe11a410303c149633ded6ce8e8c737ec738442af485550a1c 0.02 MB 51 397
131,566 131,566 00000000000011b6925787877a64ecac23bf7a6392f3bc25a310f8642a4fd136 0.01 MB 14 2,134
131,565 131,565 000000000000088864acc3b8212b0b15b57b907a3a2ce18b33b68e4f4953353b 0.02 MB 56 313
131,564 131,564 00000000000007aaf89b1a25c9ecaee8824f609184a8ce4f7bec749288b803cf 0.02 MB 38 747
131,563 131,563 0000000000001224ecc0bf9b5474b1b6d40e30ea3c30b4755aee158c709c0a15 0.02 MB 45 1,472
131,562 131,562 00000000000000e9d1c8c9a98ce4859e3b7d1c2873184f10f5d08393765826a4 0.04 MB 112 536
131,561 131,561 000000000000092d64c718fd2b8cba1f1b3a8404e33bcebd6c6cafd10154da23 0.02 MB 45 813
131,560 131,560 0000000000000a96d5d2f55fb3b0c14ae0b6e8e765dcf978daa51893fa669bd9 0.02 MB 32 1,182
131,559 131,559 0000000000000de0eae83c27f3200942b0a2abeb2e2a5e5e81e5c79b04d024c6 0.02 MB 36 769
131,558 131,558 0000000000000acc201ddf4b1339bb687fe99c1da75310fcb7ce8ebdb4e3c0a7 0.04 MB 146 101
131,557 131,557 000000000000091ad863b4fccddd869163469c23b35106bce9d621a54d96b451 0.05 MB 127 348
131,556 131,556 000000000000131fe9188b4d4619ef3def9e88ff2dcf565ce15437eb519f1022 0.01 MB 31 1,034
131,555 131,555 0000000000001225ea16231b6fe509e99da5a40466337a7059f44059fb93aea4 0.05 MB 116 605
131,554 131,554 00000000000008fbc4a67e79900c017822fd89d5ba91f46eec042876f05dca80 0.02 MB 49 1,679
131,553 131,553 00000000000007a577f8c482bcf891a78c37aa9d74ed765e2e31c9096b23a178 0.01 MB 28 1,012
131,552 131,552 0000000000000e4f12ce0f29172ed4443f120d7edede5c7a64f580fe9a97821c 0.04 MB 79 353
131,551 131,551 00000000000003e98f6bae0a36e6ecfd8b85bb23607fa092e55c292d4845f5b6 0.00 MB 7 1,246
131,550 131,550 0000000000000bdcaa55ec83042f089d8f4a97a672f2e4d25f0402d377839082 0.02 MB 45 502
131,549 131,549 0000000000000e977b796a5f8791e8af118ccf00dcd365b0f70bcc9778bebe7c 0.03 MB 79 309
131,548 131,548 0000000000000fba587d06db9182a7f20bdfa5f169774e17485fa5c8cb0c723c 0.01 MB 28 1,036
131,547 131,547 0000000000000f7b8d840bebc9a6db1fe8f6cbde50a8110ad1dfebd4ad1720fc 0.01 MB 30 1,029
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.