Memory Pool Memory Pool Refreshing

5,817 transactions
1.75 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
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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (561,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,517 346,517 00000000000000000086e34829740d40df0eefd520565503b0f071acbf2cafa7 0.21 MB 355 23
346,516 346,516 000000000000000015c64183352f51f41f8689990aa7320406ab482081384123 0.26 MB 262 9
346,515 346,515 000000000000000002141970dfdf15bac5e1b485ea073d1e0e307dd4fd35aa47 0.14 MB 201 19
346,514 346,514 0000000000000000126bf519ac57afe9cb162e018a717a7b624c518fdd6825e0 0.57 MB 1,055 25
346,513 346,513 00000000000000000118bbd914a95abe548bef44895c3e3fe6558fc5ff0b9372 0.10 MB 96 25
346,512 346,512 0000000000000000023575beb6e9b79a2ac9b7404cb3d9708b47aeea5fa45d0d 0.09 MB 81 8
346,511 346,511 0000000000000000055e25f9510a5f6cbbba98ccef95c07535b962dbaf243a04 0.08 MB 73 6
346,510 346,510 000000000000000016f463ffa05074fc7b42223c469de133ac850a8a222ddd7d 0.14 MB 266 26
346,509 346,509 000000000000000013039c69a9bd59386c5d54ecf923ca5bf388e9e12ad4a152 0.44 MB 713 23
346,508 346,508 0000000000000000101354d19d8dd2c6b4bdf1833315fb6a9af3e71b1408a462 0.44 MB 490 15
346,507 346,507 0000000000000000082833eac441eb73fbcb92dcd145fc3cdba1d8fea8a4cdb2 0.09 MB 119 15
346,506 346,506 00000000000000000b7199d76aacbe2759978dc181f1c0b7a4156aeb40e8d0dc 0.43 MB 793 27
346,505 346,505 0000000000000000146c0b798587e169cc9533a58385c0a9975d8b515ea8feb3 0.06 MB 45 4
346,504 346,504 000000000000000010c3aa3432d4691a405d0225484ab81cc02c38ceb6ff40cf 0.05 MB 121 25
346,503 346,503 00000000000000000aae800c13fef745d65da075ff0a47aa77ae26ccc91146d3 0.62 MB 1,219 24
346,502 346,502 000000000000000015ea006190f7b72f27dc90be8d559bc130753eaeff7eee55 0.65 MB 888 14
346,501 346,501 000000000000000015022b5a149efed2eea7c21e7d6192354e02cfeb9adcb956 0.22 MB 539 35
346,500 346,500 00000000000000001513c28a2b001f57fe2790af7a0ff52a4b246f8c245c535c 0.75 MB 1,315 23
346,499 346,499 000000000000000004907a6ed55bde79e46963a00adfe2bfabc51bf87f053a97 0.75 MB 1,168 20
346,498 346,498 00000000000000000460c8bb35a31e5f41c4f1c1bf4a0c52bf80c86c524d7215 0.23 MB 512 35
346,497 346,497 000000000000000005e6523ee9939d1e49f17724038b61e7c413ab872c45c1a6 0.75 MB 1,692 31
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.63 GB sent, 92.66 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.