Memory Pool Memory Pool Refreshing

3,197 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (561,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
346,496 346,496 000000000000000007414f602092425e47736de0f8290437b1a93be886c5e8bf 0.45 MB 815 42
346,495 346,495 00000000000000000e570f314fba7f1c4df5a1d36815817fc9e7a511c5859574 0.08 MB 57 6
346,494 346,494 0000000000000000045585c54604c48ae0fc615a786d1dba6f85a264de176942 0.12 MB 256 28
346,493 346,493 00000000000000000d58555ce5b9caeb60cc31a7924500855114f16c00b1dd2c 0.59 MB 1,258 32
346,492 346,492 00000000000000000084a34c7c58e16a3d4c9998deed72375168e9e9e8824675 0.10 MB 204 29
346,491 346,491 00000000000000000f0a95a9d8148cf214d194b11362062fa947f57a21bb73bc 0.06 MB 91 22
346,490 346,490 000000000000000009b0508c7a8a2bae9b9d636478319ae19938c1ae0c4cde7a 0.13 MB 238 22
346,489 346,489 0000000000000000173945f51af7eee8d675e4af9634c80ec4b4698a36ce3c69 0.52 MB 958 23
346,488 346,488 00000000000000000950bbffa51287ce1a3a6c173d28ba20f08a14785ce5f5a8 0.10 MB 255 45
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.31 GB sent, 93.78 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.