Memory Pool Memory Pool Refreshing

2,243 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,235 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (360,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,505 547,505 000000000000000000124e26fd7400fe58e62de0a440b41d6f847be8463fbe67 0.48 MB 790 10
547,504 547,504 00000000000000000015594b96acabaf0edd6782c1e8ae6a970149b81b1bf38c 0.44 MB 875 15
547,503 547,503 0000000000000000001160979617c916889b145dbc6db6eb9628e8ea2314e72f 0.82 MB 1,093 2
547,502 547,502 0000000000000000000950af2775efc0cb9b6257ecfdbc8dfa56721e1dfeaac0 1.26 MB 2,831 20
547,501 547,501 00000000000000000023438f2baa4ec2e48d1e811e42fd3783994096e3b9a0fd 0.31 MB 455 7
547,500 547,500 00000000000000000012fc95df2331e42a257012f973a75cdb136e07c3b2a14b 0.50 MB 911 10
547,499 547,499 00000000000000000014270506e3af30d0231a031a96aebacaa2ab3aa1319d8f 0.99 MB 1,889 10
547,498 547,498 00000000000000000001094d04d951c92f3a0b5b653d5cbb04a20bd0d0594696 0.76 MB 1,407 9
547,497 547,497 00000000000000000026d43e368568d763fa0f54d134bf4907d0e47d82499ece 0.09 MB 195 27
547,496 547,496 00000000000000000014851fc72ac07cd8f10db355c5aca0be20ce4e0adac002 0.18 MB 356 8
547,495 547,495 0000000000000000000f0e72446134ddb4e8daee52dede1bbdb9b2381e3c20eb 0.84 MB 1,546 10
547,494 547,494 00000000000000000026cb75f7707c81f7c6866ee96f80b60d4f54415fadd626 0.30 MB 608 22
547,493 547,493 0000000000000000001185e4b4f6a24a9a468beb0895e006a11c27ca759dcb85 0.11 MB 273 9
547,492 547,492 0000000000000000000b45dfb0dab5e9135239ff1fd48918f2d93f12f27fccf5 0.79 MB 1,222 14
547,491 547,491 0000000000000000000e8b1c717304538f0bf9e3f33c9096abb2b39e2a3da3b0 0.52 MB 906 8
547,490 547,490 0000000000000000001649244631fd0d6c730f5b4e3e62ecc96fe8148050a208 0.68 MB 1,617 12
547,489 547,489 0000000000000000001b31736ff176f19767bee05f15087a353b3162c25f570c 1.11 MB 1,023 3
547,488 547,488 000000000000000000260e270c1f41ee0b8a45bdac61a45eceb3a303fa95d118 0.06 MB 154 28
547,487 547,487 00000000000000000026bfbbe6c11bd5bfd31c1ee3c8545d0bd541d84adafa2c 1.30 MB 2,775 14
547,486 547,486 0000000000000000001e5e5db72c1d8545dca2b527b849b765692249cbf2a290 0.25 MB 703 24
547,485 547,485 000000000000000000012780f559c34014ae1dc5fa712158c22f165bc313968b 1.10 MB 3,062 6
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.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.