Memory Pool Memory Pool Refreshing

3,817 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (575,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,810 331,810 00000000000000000ef041b4f7347fee5a01b718b1ca293143d803237d76d41a 0.36 MB 654 23
331,809 331,809 000000000000000017cc7cbb83f850ec42993ff8202247f5e25cce2d344c640d 0.06 MB 126 21
331,808 331,808 0000000000000000001ffd573c53dce82d609ade2993fb62b2c4cb3e0b10fa1f 0.26 MB 407 21
331,807 331,807 00000000000000001aef381fd8fbb746d153f295661278c14c0cc7485ca27a56 0.28 MB 434 37
331,806 331,806 00000000000000000be229a608faa32e4fb25e741147477066c6204d40a33b81 0.66 MB 816 19
331,805 331,805 00000000000000000bca92e45bc01cb6405436a666788ff893619880ba0fb892 0.18 MB 512 38
331,804 331,804 00000000000000001359f61ff2ee32bdd773b71796b76f728c96dc8d91386afe 0.22 MB 348 25
331,803 331,803 00000000000000000930a506f92f55c0befa148840c51012667c9f1a1f04eb3f 0.44 MB 800 35
331,802 331,802 00000000000000000d64d87f17ac3c2bf2fac962a2282f1baecdc09a2c88d581 0.13 MB 179 19
331,801 331,801 00000000000000000dc50a593582b1da4ca0278c81dd4c21d720301fd7342218 0.63 MB 1,092 29
331,800 331,800 000000000000000019bc57e35368a54522244300be19dad09a01c930e446ea61 0.04 MB 86 26
331,799 331,799 00000000000000000a8bffb400d90b2c536418751b749e07c313a9201d43035d 0.64 MB 1,289 25
331,798 331,798 00000000000000000194808b6e406bbcffa0d69e6fe231ae29feaa3618a66662 0.32 MB 598 26
331,797 331,797 00000000000000000ce63b078a7a6c8ef6f4949eded47f834e2b19818c1f0d1a 0.15 MB 207 23
331,796 331,796 00000000000000000725547b0bc2c6af6bfb18c621984e010c7c33c3030ad095 0.11 MB 179 19
331,795 331,795 000000000000000019a496103c33e1b4c6588a7856c1b54daf676dd732ca7fa2 0.37 MB 539 20
331,794 331,794 00000000000000000850474635bce57d612cb8236228bef673bb1131de6669d7 0.65 MB 1,058 23
331,793 331,793 00000000000000000d612c9b42e71c8dbee8295c9da2e1e447b7f885024264f1 0.09 MB 194 27
331,792 331,792 00000000000000001651ec50b8a66093a684881c064df46f9986a1f06581c731 0.35 MB 626 26
331,791 331,791 000000000000000018465c5f342d16dbbe1d0e534cb2ef40a48043cced14ad47 0.56 MB 971 31
331,790 331,790 0000000000000000127cee7d5c7e1da9a8e1026c322e3447243c80a1f9d45ea8 0.02 MB 32 18
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.