Memory Pool Memory Pool Refreshing

1,640 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,627 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (721,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,940 185,940 0000000000000066d51e3667a74b07d380eb337f2024fbe07b685ff094a301d2 0.01 MB 6 34
185,939 185,939 00000000000004c47cf2d10b745d563269987d9e3f0871b78fadb06ac652e3be 0.04 MB 104 180
185,938 185,938 00000000000003ddd10570e2927da3c1c77761835a3759879b6ea41ca2a0742b 0.12 MB 251 172
185,937 185,937 00000000000007e6be78dafecd9a7b330b07b8e9e6a830f519cd7fc292893e1e 0.01 MB 5 21
185,936 185,936 000000000000051b9fb8ff9f908435f54dde9954170a2635d2d114692275d470 0.09 MB 212 146
185,935 185,935 0000000000000230336658811580ab4d9adb4889dfac782e5d3b42381804b153 0.03 MB 105 120
185,934 185,934 0000000000000475a4b9bdcc011016236a895dde2ee2de2fdc765b3a5187fead 0.09 MB 232 138
185,933 185,933 00000000000005b2ff434b24275f91771707aa6180e8b19b0e5033274399b071 0.00 MB 9 14
185,932 185,932 0000000000000068c91091956e53d1b03ee224b42e169ebebab3c334caae717a 0.05 MB 133 137
185,931 185,931 0000000000000731796a810e3c0373cf1a90f0a5972d8b200de1f5e96564f41a 0.00 MB 9 5
185,930 185,930 0000000000000816a250b4a98c3e5962d03ed408697e728455b001bd7bf30821 0.05 MB 124 98
185,929 185,929 00000000000007b1b7dd7bd12fa1ea67fbfca92b6616b958abfb879feeda11be 0.01 MB 18 97
185,928 185,928 00000000000008ae1e6a6fa8577c0a110ca8f7b9913319152dd39e9a4fd57963 0.01 MB 36 105
185,927 185,927 00000000000000f3729adb5f764395904eedf8bff2fdd5c01f985a8bb9d4b0ea 0.00 MB 10 33
185,926 185,926 00000000000003a1fc928f939dc2e15f1acd203249b05d29bd98cbd36d2e4394 0.01 MB 31 79
185,925 185,925 0000000000000888ee700b51eff6ad3d1461e44fcfc14d7f725af71d56a13bb2 0.05 MB 86 114
185,924 185,924 00000000000007ade0f3098d084e70d4333e6987319d70be2921603229b1caa8 0.13 MB 303 168
185,923 185,923 0000000000000734fa7d1c9ce9667be5c26e879485ee3cdf7f595504fcff0e7e 0.00 MB 11 15
185,922 185,922 000000000000031c13c1949d52ad4627c1fe2fafff111ac70fd8466bfef4da82 0.05 MB 159 86
185,921 185,921 000000000000064f76e00221ac987029bb90c2ce047eea3e13a297fc058b978b 0.09 MB 236 212
185,920 185,920 000000000000050e03ed470115a0346ffea908e4c8c9fc8b2010c1499120b26f 0.10 MB 238 201
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.