Memory Pool Memory Pool Refreshing

5,033 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,401 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (114,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,203 793,203 0000000000000000000411f4ab3aa5fa4141eda42ae4b3f287d46f4a28239044 1.62 MB 3,967 80
793,202 793,202 000000000000000000038df0eb5ce2de17f956e17a60c106d94856002ff1c7e4 1.56 MB 3,882 81
793,201 793,201 0000000000000000000138d7fa52eb32decc520be528eded702212c07dd7ba11 1.53 MB 1,966 104
793,200 793,200 00000000000000000004098e210acad988a0580a7478ee59505f425a05f27f98 1.61 MB 3,148 96
793,199 793,199 000000000000000000029b5529b826905ed7969f1e72582e88431147acffb448 1.70 MB 2,012 99
793,198 793,198 00000000000000000004aa26938569bde577acea56d3b6708637ee701a3d1785 1.60 MB 2,476 94
793,197 793,197 000000000000000000051b630a30b8225e900183284d1b1ad5576bc773042910 1.50 MB 1,965 96
793,196 793,196 000000000000000000010487f6ce15c1c434eed4d39b0889b0748b144677a04e 1.59 MB 4,852 80
793,195 793,195 0000000000000000000364bdd9c01938536d7338e9123e264e1a9739d3e199a4 1.72 MB 4,528 81
793,194 793,194 000000000000000000012880f153986cb98c33544fcd893a5aaafd5a66f70e63 1.57 MB 5,055 86
793,193 793,193 0000000000000000000230395578cd29372a2ba4feeceed70f119ffb8bd5d9c8 1.58 MB 5,978 83
793,192 793,192 000000000000000000001cdf45e47383b281faba3c318b7bc06933cece1baedf 1.63 MB 5,874 84
793,191 793,191 0000000000000000000082d9077ae6693333b735da76af3c96b027ab38cfb19a 1.58 MB 4,360 90
793,190 793,190 0000000000000000000217fdcccb508534a74963d316a7d1a205c8b993b8b44d 1.71 MB 2,083 94
793,189 793,189 00000000000000000004b5414c25e2bd30e397c9a198b78d67bd1536a17ecca8 1.55 MB 2,682 105
793,188 793,188 00000000000000000000f4f82f1aedeab7b051e16f61e3594d6a9f64ecc30f23 1.58 MB 5,024 88
793,187 793,187 000000000000000000020ccf467df395e2fa2d8fd545de1259d6e8163c12ddeb 1.87 MB 4,900 82
793,186 793,186 00000000000000000003641844b8bc4f53141332366b0283478935657220b00b 1.85 MB 3,864 87
793,185 793,185 00000000000000000000b5b8e7d0aa7b35e3b760f438cdc35c92b66b45e0d0ea 1.58 MB 2,600 104
793,184 793,184 0000000000000000000538cde55a4a3e11bce13f9b467519962b2bafde091fb8 1.56 MB 5,087 85
793,183 793,183 000000000000000000026ec9d67064ba963ff29dc9bdbffaa0bdb5faaba897f6 1.47 MB 4,264 82
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.