Memory Pool Memory Pool Refreshing

1,839 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (583,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,000 324,000 00000000000000000b9880c40075d763b2a5f04fc01444a6278c5d2d442cda0b 0.53 MB 709 24
323,999 323,999 000000000000000019753a4edda01de403ad3d891e79d4cd1263fff3bd51062c 0.75 MB 1,088 24
323,998 323,998 00000000000000000aa58cc9a9e3193520e625c171578ffd60b698ded64e2381 0.42 MB 418 17
323,997 323,997 000000000000000019dd2093711aa92e8ca6f1527aa286b9186e9f971cfc3d3d 0.18 MB 512 45
323,996 323,996 0000000000000000145709dedc846dd18b9a34467077fa5bd18df0680084d145 0.69 MB 549 16
323,995 323,995 0000000000000000021ea3f1470604557f9b44d8a0ab79966d471417304b2732 0.28 MB 495 31
323,994 323,994 000000000000000019a60ccee888a148a41c42de89aeda6e7da9bb5a622ffc9d 0.75 MB 1,589 43
323,993 323,993 00000000000000001629476e12264a1354105ea93f270fcebefa58b95ee6dadb 0.66 MB 1,047 26
323,992 323,992 00000000000000000d24626141303195c832df8c20d735dbd27ff6cf742a9273 0.53 MB 1,051 33
323,991 323,991 0000000000000000132f0952ae59f44f2e863430895f66cfea6900e1684f0fb1 0.56 MB 897 31
323,990 323,990 00000000000000000cba653a6b1b758fd22ca7a1acadd55d9649880caafd4bd2 0.46 MB 751 27
323,989 323,989 000000000000000008bca59061cb6abe9eaa86fcf6c435b2ab82f7ba2a1cae34 0.35 MB 630 41
323,988 323,988 0000000000000000093aca27d5d45a02aaf79c0ff0afac99357688f2726b17c7 0.08 MB 154 28
323,987 323,987 0000000000000000166ca194d05a99b3ce37837406b0e89b9daa84a1e57588c2 0.75 MB 805 22
323,986 323,986 0000000000000000149b0cddac45558c855e7e9886f0215cb72c91dfb6565545 0.75 MB 913 25
323,985 323,985 0000000000000000016d658001b562bb322304ac4f85167cc390c3fc86b92ef1 0.90 MB 1,218 28
323,984 323,984 00000000000000001d0ee44cb564280abbfe3b85980df7b59593e856bf6878c1 0.14 MB 205 14
323,983 323,983 00000000000000001b5bb70e943820e8156c153795d0ee510471340a52d77237 0.19 MB 352 29
323,982 323,982 000000000000000010142159668dc6dbb4da34324ae8ca512e7324407f680079 0.60 MB 534 18
323,981 323,981 0000000000000000101baa246530a6ae6c756664e2b160313faaa23d5f7076f1 0.93 MB 603 18
323,980 323,980 000000000000000001a8fa10cb978d6dd9bde104d6f5a299a1e58f63e75e5aec 0.35 MB 173 14
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.